diff --git a/lib/types/host.nix b/lib/types/host.nix index 3d50cdd..a3037a7 100644 --- a/lib/types/host.nix +++ b/lib/types/host.nix @@ -122,6 +122,7 @@ 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 {