[nextcloud] rm obsolete nameserver

This commit is contained in:
2025-01-19 14:52:20 +01:00
parent f4a6c40cd2
commit 283dc51d67

View File

@@ -14,7 +14,6 @@ with lib;
networking = {
hostName = mkDefault "nextcloud";
useDHCP = false;
nameservers = [ "1.1.1.1" ];
};
imports = [