silly edits

This commit is contained in:
kity 2024-12-26 14:43:20 +01:00
parent ea65ce798f
commit 6545c334ec
2 changed files with 9 additions and 7 deletions

View file

@ -86,6 +86,14 @@
}; };
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,13 +18,7 @@ in
openFirewall = true; 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 = { services.prowlarr = {
enable = true; enable = true;