[nextcloud] rm obsolete nameserver

This commit is contained in:
2025-01-19 14:52:20 +01:00
parent 5352c1fa4d
commit 4462856fa0

View File

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