From 358859f0b78220cb290d2c3381b923413d28ab0a Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 31 Oct 2024 17:20:50 -0700 Subject: [PATCH] Fucking hell --- lib/types/host.nix | 1 + 1 file changed, 1 insertion(+) 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 {