Add missing url attribute
This commit is contained in:
parent
159aab3182
commit
6ceea74156
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ in
|
|||
options.features.homelab.services.${service} = {
|
||||
enable = mkEnableOption "Enable ${service}";
|
||||
|
||||
url = mkOption {
|
||||
default = "code.${homelab.baseDomain}";
|
||||
type = types.str;
|
||||
};
|
||||
|
||||
cloudflared.tunnelId = mkOption {
|
||||
example = "00000000-0000-0000-0000-000000000000";
|
||||
type = types.str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue