Add memtest
This commit is contained in:
parent
00511b17a9
commit
96a4e8098c
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
# Memtest86 for both bootloaders — case uses systemd-boot, count uses GRUB,
|
||||
# so both are set here; each is a no-op when its bootloader isn't active.
|
||||
boot.loader.grub.memtest86.enable = true;
|
||||
boot.loader.systemd-boot.memtest86.enable = true;
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue