minor cleanups
This commit is contained in:
@@ -26,13 +26,6 @@ let
|
|||||||
sabnzbdPkg = pkgs.unstable.sabnzbd;
|
sabnzbdPkg = pkgs.unstable.sabnzbd;
|
||||||
in
|
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 = {
|
containers.arrs = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
privateNetwork = true;
|
privateNetwork = true;
|
||||||
@@ -47,12 +40,6 @@ in
|
|||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
nixpkgs.config.allowUnfree = true;
|
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
|
# Enable radarr service
|
||||||
services.radarr = {
|
services.radarr = {
|
||||||
|
|||||||
@@ -24,20 +24,6 @@
|
|||||||
"NVidia OptiX EULA"
|
"NVidia OptiX EULA"
|
||||||
]
|
]
|
||||||
) (if builtins.isList p.meta.license then p.meta.license else [ p.meta.license ]);
|
) (if builtins.isList p.meta.license then p.meta.license else [ p.meta.license ]);
|
||||||
|
|
||||||
permittedInsecurePackages = [
|
|
||||||
# ...
|
|
||||||
"authentik-2024.6.4" # todo: remove these
|
|
||||||
"python3.12-authentik-django-2024.6.4"
|
|
||||||
"authentik-webui-2024.6.4"
|
|
||||||
"authentik-client-api-2024.6.4"
|
|
||||||
"authentik-website-2024.6.4"
|
|
||||||
"authentik-proxy-2024.6.4"
|
|
||||||
"aspnetcore-runtime-6.0.36"
|
|
||||||
"aspnetcore-runtime-wrapped-6.0.36"
|
|
||||||
"dotnet-sdk-6.0.428"
|
|
||||||
"dotnet-sdk-wrapped-6.0.428"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user