feat: enable tailscale on alex

This commit is contained in:
Ashhhleyyy 2023-10-12 17:23:49 +01:00
parent 2623a2c06d
commit f15e9367c7
Signed by: ash
GPG key ID: 83B789081A0878FB
2 changed files with 4 additions and 0 deletions

3
common/tailscale.nix Normal file
View file

@ -0,0 +1,3 @@
{ ... }: {
services.tailscale.enable = true;
}

View file

@ -3,6 +3,7 @@
../../common/generic.nix
../../common/generic-desktop.nix
../../common/generic-uefi.nix
../../common/tailscale.nix
../../common/tpm.nix
./hardware-config.nix
];