Move non-upstreamed NixNG modules into this repo
This commit is contained in:
parent
4503a8f541
commit
3b0a54581d
10 changed files with 265 additions and 3 deletions
10
nixng-modules/default.nix
Normal file
10
nixng-modules/default.nix
Normal 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;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue