mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 05:19:33 +01:00
silly edits
This commit is contained in:
parent
ea65ce798f
commit
6545c334ec
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue