swag update

This commit is contained in:
mjallen18
2024-07-03 12:57:29 -05:00
parent 5d53991e66
commit d0f6ac567c
2 changed files with 4 additions and 1 deletions

View File

@@ -65,6 +65,9 @@ in
mealie = {
enable = true;
baseUrl = "https://mealie.mjallen.dev";
maxConcurrency = "4";
maxWorkers = "4";
allowSignup = "true";
};
nextcloud = {

View File

@@ -66,7 +66,7 @@ with lib;
subdomains = mkOption {
type = types.str;
default = "jellyfin,jellyseerr,cloud,office,chat,hass";
default = "jellyfin,jellyseerr,cloud,office,chat,hass,mealie";
};
};
}