mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
Enable ssh over tailscale
This commit is contained in:
parent
00261a0515
commit
003b0151f9
1 changed files with 4 additions and 1 deletions
|
|
@ -28,7 +28,10 @@
|
|||
nix-helper.enable = true;
|
||||
auto-gc.enable = true;
|
||||
geoclue.enable = true;
|
||||
tailscale.enable = true;
|
||||
tailscale = {
|
||||
enable = true;
|
||||
ssh.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.auto-cpufreq.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue