Package Deluge with NixNG

Use same group for all media images
This commit is contained in:
Pim Kunis 2025-01-05 23:08:24 +01:00
parent a22c34716e
commit abb7a131bc
15 changed files with 212 additions and 22 deletions

View file

@ -7,5 +7,6 @@
sonarr = import ./sonarr.nix;
prowlarr = import ./prowlarr.nix;
ids = import ./ids.nix;
deluge = import ./deluge.nix;
};
}