From 1fc3538e03ee3c3c94caf6c99d9fffb7f06da16e 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 f33340f4..104b283e 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" ]; };