diff options
author | Rory& <root@rory.gay> | 2024-09-10 03:21:36 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-09-10 03:21:36 +0200 |
commit | e0bf14a25f4ea8c09462584c8c76ac972e9fc1d5 (patch) | |
tree | f7cecb099c9cb1ff005daa28aba9fdf3fb282a07 /host/Rory-nginx | |
parent | Override resolv.conf properly (diff) | |
download | Rory-Open-Architecture-e0bf14a25f4ea8c09462584c8c76ac972e9fc1d5.tar.xz |
synapse fixes
Diffstat (limited to 'host/Rory-nginx')
-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; |