summaryrefslogtreecommitdiff
path: root/hosts/profiles.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/profiles.nix')
-rw-r--r--hosts/profiles.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/profiles.nix b/hosts/profiles.nix
index 21f0a90..f0903e5 100644
--- a/hosts/profiles.nix
+++ b/hosts/profiles.nix
@@ -70,8 +70,10 @@ in {
ragenix.nixosModules.default
../modules/nixos/base
../modules/nixos/server
+ ../modules/nixos/features/tailscale.nix
{
+ getchoo.features.tailscale.enable = true;
getchoo.server.enable = true;
nix.registry.nixpkgs.flake = nixpkgs;
}