diff options
| author | seth <[email protected]> | 2023-05-14 09:03:44 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-14 09:05:27 -0400 |
| commit | bbedc6d466ef240c2ff1956e4155fdeb8dfc6d78 (patch) | |
| tree | da2b0def5f3657ba89dead5918edfbc91b69a9fe /hosts/profiles.nix | |
| parent | f2e62b9f30453afb3b633bc2c1462a406c12afa4 (diff) | |
hosts: start using tailscale + endlessh -> fail2ban
Diffstat (limited to 'hosts/profiles.nix')
| -rw-r--r-- | hosts/profiles.nix | 2 |
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; } |
