Loading nixos/modules/services/misc/recyclarr.nix +8 −8 Original line number Diff line number Diff line Loading @@ -25,24 +25,24 @@ in type = format.type; default = { }; example = { sonarr = [ { sonarr = { sonarr-main = { instance_name = "main"; base_url = "http://localhost:8989"; api_key = { _secret = "/run/credentials/recyclarr.service/sonarr-api_key"; }; } ]; radarr = [ { }; }; radarr = { radarr-main = { instance_name = "main"; base_url = "http://localhost:7878"; api_key = { _secret = "/run/credentials/recyclarr.service/radarr-api_key"; }; } ]; }; }; }; description = '' Recyclarr YAML configuration as a Nix attribute set. Loading pkgs/by-name/re/recyclarr/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ buildDotnetModule (finalAttrs: { projectFile = "Recyclarr.slnx"; nugetDeps = ./deps.json; prePatch = '' postPatch = '' cat > src/Recyclarr.Core/GitVersionInformation.g.cs <<'EOF' public static class GitVersionInformation { Loading Loading
nixos/modules/services/misc/recyclarr.nix +8 −8 Original line number Diff line number Diff line Loading @@ -25,24 +25,24 @@ in type = format.type; default = { }; example = { sonarr = [ { sonarr = { sonarr-main = { instance_name = "main"; base_url = "http://localhost:8989"; api_key = { _secret = "/run/credentials/recyclarr.service/sonarr-api_key"; }; } ]; radarr = [ { }; }; radarr = { radarr-main = { instance_name = "main"; base_url = "http://localhost:7878"; api_key = { _secret = "/run/credentials/recyclarr.service/radarr-api_key"; }; } ]; }; }; }; description = '' Recyclarr YAML configuration as a Nix attribute set. Loading
pkgs/by-name/re/recyclarr/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ buildDotnetModule (finalAttrs: { projectFile = "Recyclarr.slnx"; nugetDeps = ./deps.json; prePatch = '' postPatch = '' cat > src/Recyclarr.Core/GitVersionInformation.g.cs <<'EOF' public static class GitVersionInformation { Loading