Move non-upstreamed NixNG modules into this repo

This commit is contained in:
Pim Kunis 2025-01-04 11:22:05 +01:00
parent 4503a8f541
commit 3b0a54581d
10 changed files with 265 additions and 3 deletions

10
nixng-modules/default.nix Normal file
View file

@ -0,0 +1,10 @@
{...}: {
nixngModules = {
bazarr = import ./bazarr.nix;
radicale = import ./radicale.nix;
jellyseerr = import ./jellyseerr.nix;
radarr = import ./radarr.nix;
sonarr = import ./sonarr.nix;
prowlarr = import ./prowlarr.nix;
};
}