summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-nginx/configuration.nix10
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;