minor cleanups

This commit is contained in:
mjallen18
2025-03-20 21:35:22 -05:00
parent 79901a9f60
commit 2ffcd0e257
2 changed files with 0 additions and 27 deletions

View File

@@ -26,13 +26,6 @@ let
sabnzbdPkg = pkgs.unstable.sabnzbd;
in
{
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"
];
containers.arrs = {
autoStart = true;
privateNetwork = true;
@@ -47,12 +40,6 @@ in
}:
{
nixpkgs.config.allowUnfree = true;
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"
];
# Enable radarr service
services.radarr = {