[nextcloud] fix hostname

This commit is contained in:
2025-01-18 21:56:27 +01:00
parent c0ba86af0a
commit b213d682c5
+1 -1
View File
@@ -9,7 +9,7 @@ with lib;
};
networking = {
hostName = mkDefault "discourse";
hostName = mkDefault "nextcloud";
useDHCP = false;
nameservers = [ "1.1.1.1" ];
};