Add missing url attribute

This commit is contained in:
Oliver Davies 2025-05-02 23:06:02 +01:00
parent 159aab3182
commit 6ceea74156

View file

@ -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;