[nextcloud] fix hostname

This commit is contained in:
2025-01-20 21:30:48 +01:00
parent 1ebee6d886
commit 1fc3538e03
+1 -1
View File
@@ -9,7 +9,7 @@ with lib;
};
networking = {
hostName = mkDefault "discourse";
hostName = mkDefault "nextcloud";
useDHCP = false;
nameservers = [ "1.1.1.1" ];
};