309 current 2025-10-11 17:35:20 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 17:42:29 -05:00
parent d759a3e747
commit 03cff3b3e0
7 changed files with 17 additions and 12 deletions

View File

@@ -27,6 +27,11 @@ in
type = lib.types.str;
description = "base domain used for reverse proxy";
};
public_domain = lib.mkOption {
default = "snowbelle.lan";
type = lib.types.str;
description = "base domain used for reverse proxy";
};
host_ip = lib.mkOption {
default = "10.10.0.10";
type = lib.types.str;