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
nixng-modules

View file

@ -1,4 +1,4 @@
{...}: {
_: {
nixngModules = {
bazarr = import ./bazarr.nix;
radicale = import ./radicale.nix;
@ -8,5 +8,6 @@
prowlarr = import ./prowlarr.nix;
ids = import ./ids.nix;
deluge = import ./deluge.nix;
mealie = import ./mealie.nix;
};
}