aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/hosts.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-01-08 11:08:52 +0100
committerKarel Kočí <cynerd@email.cz>2023-01-08 11:08:52 +0100
commit99c357915697b9d800523b2252850c758e2aae1d (patch)
treed296b94d4f4532f412554ce52f414bc77df67fce /nixos/modules/hosts.nix
parente7abf8728a0fd0a77e6fa5803acd1b0c1e0682c6 (diff)
downloadnixos-personal-99c357915697b9d800523b2252850c758e2aae1d.tar.gz
nixos-personal-99c357915697b9d800523b2252850c758e2aae1d.tar.bz2
nixos-personal-99c357915697b9d800523b2252850c758e2aae1d.zip
nixos/monitoring: expand monitoring
Diffstat (limited to 'nixos/modules/hosts.nix')
-rw-r--r--nixos/modules/hosts.nix2
1 files changed, 1 insertions, 1 deletions
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;