feat(home-pc): enable memtest86 boot option

This commit is contained in:
Felix Schröter 2021-03-04 14:56:39 +01:00
parent 9f66d1b8cc
commit 4131664063
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -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
];