From ea65ce798f547f8eb228fc2386e366cb070be83b Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 26 Dec 2024 14:38:59 +0100 Subject: [PATCH 1/3] sonarr fix for 24.11 --- hosts/sisyphe/features/multimedia/arr-suite.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/sisyphe/features/multimedia/arr-suite.nix b/hosts/sisyphe/features/multimedia/arr-suite.nix index 17b55cb..c85748e 100644 --- a/hosts/sisyphe/features/multimedia/arr-suite.nix +++ b/hosts/sisyphe/features/multimedia/arr-suite.nix @@ -18,6 +18,14 @@ in openFirewall = true; }; + # sonarr needs some EoL packages to be build + nixpkgs.config.permittedInsecurePackages = [ + "aspnetcore-runtime-6.0.36" + "aspnetcore-runtime-wrapped-6.0.36" + "dotnet-sdk-6.0.428" + "dotnet-sdk-wrapped-6.0.428" + ]; + services.prowlarr = { enable = true; openFirewall = true; From 6545c334ecc82ee76613aaff382a9c0170e7cbd5 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 26 Dec 2024 14:43:20 +0100 Subject: [PATCH 2/3] silly edits --- hosts/sisyphe/configuration.nix | 8 ++++++++ hosts/sisyphe/features/multimedia/arr-suite.nix | 8 +------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/hosts/sisyphe/configuration.nix b/hosts/sisyphe/configuration.nix index 884eae5..c673c56 100644 --- a/hosts/sisyphe/configuration.nix +++ b/hosts/sisyphe/configuration.nix @@ -86,6 +86,14 @@ }; nix.settings.auto-optimise-store = true; + # sonarr needs some EoL packages to be build + nixpkgs.config.permittedInsecurePackages = [ + "aspnetcore-runtime-6.0.36" + "aspnetcore-runtime-wrapped-6.0.36" + "dotnet-sdk-6.0.428" + "dotnet-sdk-wrapped-6.0.428" + ]; + # This option defines the first version of NixOS you have installed on this particular machine, # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. # diff --git a/hosts/sisyphe/features/multimedia/arr-suite.nix b/hosts/sisyphe/features/multimedia/arr-suite.nix index c85748e..4528d4d 100644 --- a/hosts/sisyphe/features/multimedia/arr-suite.nix +++ b/hosts/sisyphe/features/multimedia/arr-suite.nix @@ -18,13 +18,7 @@ in openFirewall = true; }; - # sonarr needs some EoL packages to be build - nixpkgs.config.permittedInsecurePackages = [ - "aspnetcore-runtime-6.0.36" - "aspnetcore-runtime-wrapped-6.0.36" - "dotnet-sdk-6.0.428" - "dotnet-sdk-wrapped-6.0.428" - ]; + services.prowlarr = { enable = true; From 7a495909b984243c730c5d9639943729df86d907 Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 26 Dec 2024 14:47:08 +0100 Subject: [PATCH 3/3] fixed conflicts --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 8a496f6..a2b340c 100644 --- a/flake.lock +++ b/flake.lock @@ -416,16 +416,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1734875076, - "narHash": "sha256-Pzyb+YNG5u3zP79zoi8HXYMs15Q5dfjDgwCdUI5B0nY=", + "lastModified": 1734927162, + "narHash": "sha256-egJAEOe61A3FFU1KkG7GW51Q9uq39L4yfkrGfA2p2Eo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1807c2b91223227ad5599d7067a61665c52d1295", + "rev": "d28f9301c35e66751872254b8029f31fa9e0da20", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.11", + "ref": "nixos-24.11-small", "repo": "nixpkgs", "type": "github" }