feat: enable tailscale on alex
This commit is contained in:
parent
2623a2c06d
commit
f15e9367c7
2 changed files with 4 additions and 0 deletions
3
common/tailscale.nix
Normal file
3
common/tailscale.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ ... }: {
|
||||
services.tailscale.enable = true;
|
||||
}
|
|
@ -3,6 +3,7 @@
|
|||
../../common/generic.nix
|
||||
../../common/generic-desktop.nix
|
||||
../../common/generic-uefi.nix
|
||||
../../common/tailscale.nix
|
||||
../../common/tpm.nix
|
||||
./hardware-config.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue