From c9f66e2ed0a9d020846e3df766399320db5ac32d Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 26 Jan 2025 10:54:09 -0800 Subject: [PATCH] Switch to 24.11 --- lib/types/host.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types/host.nix b/lib/types/host.nix index a3037a7..ee26120 100644 --- a/lib/types/host.nix +++ b/lib/types/host.nix @@ -122,7 +122,7 @@ in rec { type = str; description = "Primary domain to which the host belongs, in the form of a domain name."; - default = "fudo.org"; + default = "unassigned.domain"; }; extra-domains = mkOption {