From 476a2106e15b34aa64e693f6577abdad68185390 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 17:44:27 -0500 Subject: [PATCH] 310 current 2025-10-11 17:42:26 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; };