Update flake

This commit is contained in:
Invariantspace 2025-01-31 16:31:19 +08:00
parent 246afc6e34
commit 2dc8c00b45
Signed by: macronova
GPG key ID: CE969670FB4B4A56
2 changed files with 26 additions and 23 deletions

View file

@ -39,9 +39,12 @@
networking.hostName = instance;
nixpkgs.overlays = [nix-custom.overlays.default];
# Feishin broken
# TODO: Use audioling
nixpkgs.config.permittedInsecurePackages = [
# Sonarr broken
"aspnetcore-runtime-6.0.36"
"dotnet-sdk-6.0.428"
# Feishin broken
# TODO: Use audioling
"electron-31.7.7"
];
})