Enable tailscale

This commit is contained in:
SebastianStork 2024-06-19 22:41:56 +02:00
parent 5fac577437
commit 433ab8d024
6 changed files with 41 additions and 4 deletions

View file

@ -25,6 +25,10 @@
nix-helper.enable = true;
auto-gc.enable = true;
night-light.enable = true;
tailscale = {
enable = true;
ssh.enable = true;
};
};
boot.kernelPackages = pkgs.linuxPackages_6_8;