swag wildcard certs
This commit is contained in:
@@ -61,12 +61,17 @@ with lib;
|
||||
|
||||
validation = mkOption {
|
||||
type = types.str;
|
||||
default = "http";
|
||||
default = "dns";
|
||||
};
|
||||
|
||||
dnsPlugin = mkOption {
|
||||
type = types.str;
|
||||
default = "cloudflare";
|
||||
};
|
||||
|
||||
subdomains = mkOption {
|
||||
type = types.str;
|
||||
default = "jellyfin,jellyseerr,cloud,office,chat,hass,mealie";
|
||||
default = "wildcard";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user