From 82cd4d1db4e9b7b468080d3556aa260582d767a9 Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 31 Oct 2024 16:02:36 -0700 Subject: [PATCH] Don't set a default for domain --- lib/types/host.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/types/host.nix b/lib/types/host.nix index a3037a7..3d50cdd 100644 --- a/lib/types/host.nix +++ b/lib/types/host.nix @@ -122,7 +122,6 @@ in rec { type = str; description = "Primary domain to which the host belongs, in the form of a domain name."; - default = "fudo.org"; }; extra-domains = mkOption {