mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Enable tailscale
This commit is contained in:
parent
5fac577437
commit
433ab8d024
6 changed files with 41 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue