Add Mealie service

This commit is contained in:
Pim Kunis 2025-02-16 10:45:40 +01:00
parent 268559dbce
commit 028d7e781d
11 changed files with 206 additions and 5 deletions

View file

@ -21,6 +21,7 @@ flake-utils.lib.eachDefaultSystem (system: let
prowlarr = ./prowlarr.nix;
blog = ./blog.nix;
deluge = ./deluge.nix;
mealie = ./mealie.nix;
};
in {
nixngConfigurations = builtins.mapAttrs (name: configFile:
@ -43,6 +44,7 @@ in {
self.nixngModules.sonarr
self.nixngModules.prowlarr
self.nixngModules.deluge
self.nixngModules.mealie
{
nixpkgs.overlays = [
(_final: _prev: {