This commit is contained in:
iFargle 2023-12-11 20:21:15 +09:00
parent 872d653586
commit 6a2438c5f8
2 changed files with 6 additions and 0 deletions
nixos/hosts/nixos-framework

View file

@ -7,6 +7,7 @@
../../common/modules/udev-rules.nix
../../common/services/powertop.nix
../../common/services/fwupd.nix
./insecure.nix
];
# steam , etc

View file

@ -0,0 +1,5 @@
{
nixpkgs.config.permittedInsecurePackages = [
"electron-25.9.0"
];
}