Move more things to the common host configuration

This commit is contained in:
Oliver Davies 2024-12-30 17:43:49 +00:00
parent c8cf733e73
commit 390eb9c312
2 changed files with 5 additions and 7 deletions

View file

@ -64,7 +64,11 @@
};
nixpkgs = {
config.allowUnfree = true;
config = {
allowUnfree = true;
permittedInsecurePackages = [ "electron-27.3.11" ];
};
overlays = [
outputs.overlays.additions