303 current 2025-10-11 16:41:52 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 16:50:36 -05:00
parent e4bdf3af43
commit 5c53a81353
4 changed files with 10 additions and 1 deletions

View File

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