swag update
This commit is contained in:
@@ -65,6 +65,9 @@ in
|
|||||||
mealie = {
|
mealie = {
|
||||||
enable = true;
|
enable = true;
|
||||||
baseUrl = "https://mealie.mjallen.dev";
|
baseUrl = "https://mealie.mjallen.dev";
|
||||||
|
maxConcurrency = "4";
|
||||||
|
maxWorkers = "4";
|
||||||
|
allowSignup = "true";
|
||||||
};
|
};
|
||||||
|
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ with lib;
|
|||||||
|
|
||||||
subdomains = mkOption {
|
subdomains = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "jellyfin,jellyseerr,cloud,office,chat,hass";
|
default = "jellyfin,jellyseerr,cloud,office,chat,hass,mealie";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user