From c6b38fd8f0e5908e5593d33e66cae8980f560c1b Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 21 May 2023 13:46:36 -0400 Subject: move monitoring setup to modules --- hosts/profiles.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'hosts/profiles.nix') 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; } ]; -- cgit v1.2.3