From 0df65198567843ded8f1137b3ce0e5c9da044cf0 Mon Sep 17 00:00:00 2001 From: kalipso Date: Tue, 10 Dec 2024 12:22:09 +0100 Subject: [PATCH] [nextcloud] fix hostname --- machines/nextcloud/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/nextcloud/configuration.nix b/machines/nextcloud/configuration.nix index f33340f..104b283 100644 --- a/machines/nextcloud/configuration.nix +++ b/machines/nextcloud/configuration.nix @@ -9,7 +9,7 @@ with lib; }; networking = { - hostName = mkDefault "discourse"; + hostName = mkDefault "nextcloud"; useDHCP = false; nameservers = [ "1.1.1.1" ]; };