diff --git a/hosts/vps-monitor/default.nix b/hosts/vps-monitor/default.nix index 3b580c8..cd49612 100644 --- a/hosts/vps-monitor/default.nix +++ b/hosts/vps-monitor/default.nix @@ -37,7 +37,7 @@ onlyCleanRoots = true; }; - nebula.node.enable = true; + nebula.enable = true; sshd.enable = true; dns.enable = true; }; diff --git a/hosts/vps-private/default.nix b/hosts/vps-private/default.nix index 5888e01..b0f2172 100644 --- a/hosts/vps-private/default.nix +++ b/hosts/vps-private/default.nix @@ -41,7 +41,7 @@ onlyCleanRoots = true; }; - nebula.node.enable = true; + nebula.enable = true; sshd.enable = true; dns.enable = true; diff --git a/hosts/vps-public/default.nix b/hosts/vps-public/default.nix index c35d0f5..78f675c 100644 --- a/hosts/vps-public/default.nix +++ b/hosts/vps-public/default.nix @@ -36,7 +36,7 @@ onlyCleanRoots = true; }; - nebula.node.enable = true; + nebula.enable = true; sshd.enable = true; crowdsec = {