diff options
Diffstat (limited to 'hosts/profiles.nix')
| -rw-r--r-- | hosts/profiles.nix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hosts/profiles.nix b/hosts/profiles.nix index d565840..614933e 100644 --- a/hosts/profiles.nix +++ b/hosts/profiles.nix @@ -73,8 +73,13 @@ in { ../modules/nixos/features/tailscale.nix { - getchoo.features.tailscale.enable = true; - getchoo.server.enable = true; + getchoo = { + features.tailscale.enable = true; + server = { + enable = true; + services.promtail.enable = true; + }; + }; nix.registry.nixpkgs.flake = nixpkgs; } ]; |
