diff options
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-nginx/configuration.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix index c875678..3f0bcc4 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -54,11 +54,11 @@ nameservers = lib.mkOverride [ "192.168.1.1" ]; }; - environment.etc."resolv.conf" = lib.mkOverride { - text = '' - nameserver 192.168.1.1 - ''; - }; +# environment.etc."resolv.conf" = lib.mkOverride { +# text = '' +# nameserver 192.168.1.1 +# ''; +# }; monitoring = { monitorAll = true; |