feat(home-pc): enable memtest86 boot option
This commit is contained in:
parent
9f66d1b8cc
commit
4131664063
|
@ -20,6 +20,8 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
boot.loader.systemd-boot.memtest86.enable = true;
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"p7zip-16.02" # currently used by lutris
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue