Compare commits

..

No commits in common. "7a495909b984243c730c5d9639943729df86d907" and "d6ce39fd4bcfec3505f45d89b77a76fd91f66b60" have entirely different histories.

3 changed files with 4 additions and 14 deletions

View file

@ -416,16 +416,16 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1734927162, "lastModified": 1734875076,
"narHash": "sha256-egJAEOe61A3FFU1KkG7GW51Q9uq39L4yfkrGfA2p2Eo=", "narHash": "sha256-Pzyb+YNG5u3zP79zoi8HXYMs15Q5dfjDgwCdUI5B0nY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d28f9301c35e66751872254b8029f31fa9e0da20", "rev": "1807c2b91223227ad5599d7067a61665c52d1295",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-24.11-small", "ref": "nixos-24.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -86,14 +86,6 @@
}; };
nix.settings.auto-optimise-store = true; 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, # 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. # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
# #

View file

@ -18,8 +18,6 @@ in
openFirewall = true; openFirewall = true;
}; };
services.prowlarr = { services.prowlarr = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;