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