[nextcloud] fix hostname
All checks were successful
Evaluate Hydra Jobs / eval-hydra-jobs (push) Successful in 4m8s

This commit is contained in:
2024-12-10 12:22:09 +01:00
committed by ahtlon
parent 63ff2ce275
commit 0df6519856

View File

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