diff --git a/modules/common.nix b/modules/common.nix index 130ef0d..c360ea9 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -42,7 +42,7 @@ pkgs.killall ]; - config.networking.search = ["node.dc1.consul" "service.dc1.consul"]; + networking.search = ["node.dc1.consul" "service.dc1.consul"]; services.openssh = { enable = true;