From cbd041f563adc22b5c73a97a694d95e69b9e6076 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" ]; };