149 current 2025-10-09 03:59:16 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 11:48:47 -05:00
parent ea1c5bcd7a
commit bca370f573
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ in
}; };
url = lib.mkOption { url = lib.mkOption {
type = lib.types.str; type = lib.types.str;
default = "${service}.${homelab.basedomain}"; default = "${service}.${homelab.base_domain}";
description = "set domain for ${service} reverse proxy entry"; description = "set domain for ${service} reverse proxy entry";
}; };
data_dir = lib.mkOption { data_dir = lib.mkOption {

View File

@@ -18,7 +18,7 @@ in
}; };
url = lib.mkOption { url = lib.mkOption {
type = lib.types.str; type = lib.types.str;
default = "${service}.${homelab.basedomain}"; default = "${service}.${homelab.base_domain}";
description = "set domain for ${service}"; description = "set domain for ${service}";
}; };
data_dir = lib.mkOption { data_dir = lib.mkOption {