diff --git a/flake.lock b/flake.lock index a2b340c..8a496f6 100644 --- a/flake.lock +++ b/flake.lock @@ -416,16 +416,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1734927162, - "narHash": "sha256-egJAEOe61A3FFU1KkG7GW51Q9uq39L4yfkrGfA2p2Eo=", + "lastModified": 1734875076, + "narHash": "sha256-Pzyb+YNG5u3zP79zoi8HXYMs15Q5dfjDgwCdUI5B0nY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d28f9301c35e66751872254b8029f31fa9e0da20", + "rev": "1807c2b91223227ad5599d7067a61665c52d1295", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.11-small", + "ref": "nixos-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/hosts/sisyphe/configuration.nix b/hosts/sisyphe/configuration.nix index c673c56..884eae5 100644 --- a/hosts/sisyphe/configuration.nix +++ b/hosts/sisyphe/configuration.nix @@ -86,14 +86,6 @@ }; 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 4528d4d..17b55cb 100644 --- a/hosts/sisyphe/features/multimedia/arr-suite.nix +++ b/hosts/sisyphe/features/multimedia/arr-suite.nix @@ -18,8 +18,6 @@ in openFirewall = true; }; - - services.prowlarr = { enable = true; openFirewall = true;