Removed old code no more necessary
This commit is contained in:
parent
360cb0d307
commit
27a0cb17a5
1 changed files with 0 additions and 10 deletions
|
|
@ -14,8 +14,6 @@ let
|
||||||
|
|
||||||
customOverlays = (
|
customOverlays = (
|
||||||
final: prev: {
|
final: prev: {
|
||||||
# caddy-custom = prev.callPackage ../overlay/caddy-custom.nix { };
|
|
||||||
# jellyseerr = nixpkgs-unstable.legacyPackages."x86_64-linux".jellyseerr;
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
@ -28,14 +26,6 @@ let
|
||||||
customOverlays
|
customOverlays
|
||||||
];
|
];
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
|
|
||||||
# Necessary for Sonarr on arr host
|
|
||||||
config.permittedInsecurePackages = [
|
|
||||||
"aspnetcore-runtime-6.0.36"
|
|
||||||
"aspnetcore-runtime-wrapped-6.0.36"
|
|
||||||
"dotnet-sdk-6.0.428"
|
|
||||||
"dotnet-sdk-wrapped-6.0.428"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pkgs-unstable =
|
pkgs-unstable =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue