Use NixNG to build Bazarr

This commit is contained in:
Pim Kunis 2024-12-23 17:42:04 +01:00
parent 95ce6f2c7a
commit d581b6228b
5 changed files with 15 additions and 5 deletions

View file

@ -0,0 +1,9 @@
{...}: {
dinit.enable = true;
init.services.bazarr.shutdownOnExit = true;
services.bazarr = {
enable = true;
configDir = "/config";
};
}

View file

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