parent
872d653586
commit
6a2438c5f8
2 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
../../common/modules/udev-rules.nix
|
||||
../../common/services/powertop.nix
|
||||
../../common/services/fwupd.nix
|
||||
./insecure.nix
|
||||
];
|
||||
|
||||
# steam , etc
|
||||
|
|
5
nixos/hosts/nixos-framework/insecure.nix
Normal file
5
nixos/hosts/nixos-framework/insecure.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue