aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/hosts.nix
diff options
context:
space:
mode:
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;