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 13f5e44..99b6b09 100644
--- a/hosts/profiles.nix
+++ b/hosts/profiles.nix
@@ -73,11 +73,13 @@ in {
{
getchoo = {
features.tailscale.enable = true;
+
server = {
enable = true;
services.promtail.enable = true;
};
};
+
nix.registry.nixpkgs.flake = nixpkgs-stable;
}
];