Build Prowlarr image with NixNG

This commit is contained in:
Pim Kunis 2024-12-23 18:58:03 +01:00
parent d581b6228b
commit 70880ac224
5 changed files with 15 additions and 5 deletions

View file

@ -16,6 +16,7 @@ flake-utils.lib.eachDefaultSystem (system: let
radarr = ./radarr.nix;
sonarr = ./sonarr.nix;
bazarr = ./bazarr.nix;
prowlarr = ./prowlarr.nix;
};
in {
nixngConfigurations = builtins.mapAttrs (name: configFile: