feat: a lot of stuff
This commit is contained in:
parent
e6a98be608
commit
2a9cfe768f
11 changed files with 70 additions and 18 deletions
4
modules/memtest86.nix
Normal file
4
modules/memtest86.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ config, ... }: {
|
||||
boot.loader.systemd-boot.memtest86.enable = config.boot.loader.systemd-boot.enable;
|
||||
boot.loader.grub.memtest86.enable = config.boot.loader.grub.enable;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue