allow EOL .NET6 for arr services
This commit is contained in:
parent
00f39fbd66
commit
e458325578
@ -52,6 +52,14 @@ in {
|
||||
];
|
||||
boot.kernelModules = ["amd-pstate"];
|
||||
|
||||
# *arr services are not yet all updated to .NET 8
|
||||
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"
|
||||
];
|
||||
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
networking = {
|
||||
hostName = "celestia";
|
||||
|
Loading…
x
Reference in New Issue
Block a user