diff --git a/hosts/nas/configuration.nix b/hosts/nas/configuration.nix index 3b91e13..dfed58a 100644 --- a/hosts/nas/configuration.nix +++ b/hosts/nas/configuration.nix @@ -65,6 +65,9 @@ in mealie = { enable = true; baseUrl = "https://mealie.mjallen.dev"; + maxConcurrency = "4"; + maxWorkers = "4"; + allowSignup = "true"; }; nextcloud = { diff --git a/modules/apps/swag/options.nix b/modules/apps/swag/options.nix index da6d7fb..fa21688 100644 --- a/modules/apps/swag/options.nix +++ b/modules/apps/swag/options.nix @@ -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"; }; }; }