Update flake

This commit is contained in:
Invariantspace 2025-02-13 11:23:09 +08:00
parent ef14451d74
commit 1d17310366
Signed by: macronova
GPG key ID: CE969670FB4B4A56
2 changed files with 24 additions and 30 deletions

View file

@ -38,12 +38,6 @@
({pkgs, ...}: {
networking.hostName = instance;
nixpkgs.overlays = [nix-custom.overlays.default];
nixpkgs.config.permittedInsecurePackages = [
# Sonarr broken
"aspnetcore-runtime-6.0.36"
"dotnet-sdk-6.0.428"
];
})
];
specialArgs = {inherit inputs;};