From 0ec7fc1ec9be072ecc9b5a7890d6de927a76ef1f Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Wed, 29 Oct 2025 13:12:31 -0600 Subject: [PATCH] servidos.lat > lebubu.org --- modules/modules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/modules.nix b/modules/modules.nix index 1cf0c66..912e850 100644 --- a/modules/modules.nix +++ b/modules/modules.nix @@ -39,7 +39,7 @@ in }; domain = lib.mkOption { type = lib.types.str; - default = "servidos.lat"; + default = "lebubu.org"; description = "The domain name."; }; ips = lib.mkOption {