diff --git a/flake.nix b/flake.nix index 18e3ff3..1b7239a 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 309 current 2025-10-11 17:35:20 25.05.20251006.20c4598 6.12.50 * +# generation: 310 current 2025-10-11 17:42:26 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/default.nix b/modules/homelab/default.nix index 68b5cb4..62662b8 100644 --- a/modules/homelab/default.nix +++ b/modules/homelab/default.nix @@ -28,7 +28,7 @@ in description = "base domain used for reverse proxy"; }; public_domain = lib.mkOption { - default = "snowbelle.lan"; + default = "blakedheld.xyz"; type = lib.types.str; description = "base domain used for reverse proxy"; };