From 99c357915697b9d800523b2252850c758e2aae1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 8 Jan 2023 11:08:52 +0100 Subject: nixos/monitoring: expand monitoring --- nixos/modules/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/hosts.nix') diff --git a/nixos/modules/hosts.nix b/nixos/modules/hosts.nix index e307619..ca9daa1 100644 --- a/nixos/modules/hosts.nix +++ b/nixos/modules/hosts.nix @@ -17,7 +17,7 @@ in { cynerd.hosts = { enable = mkOption { type = types.bool; - default = false; + default = true; description = "Use my personal static hosts"; }; vpn = staticZoneOption; -- cgit v1.2.3