310 current 2025-10-11 17:42:26 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 17:44:27 -05:00
parent 03cff3b3e0
commit 476a2106e1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # 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"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -28,7 +28,7 @@ in
description = "base domain used for reverse proxy"; description = "base domain used for reverse proxy";
}; };
public_domain = lib.mkOption { public_domain = lib.mkOption {
default = "snowbelle.lan"; default = "blakedheld.xyz";
type = lib.types.str; type = lib.types.str;
description = "base domain used for reverse proxy"; description = "base domain used for reverse proxy";
}; };