Add memtest

This commit is contained in:
Alexander Wainwright 2026-04-06 00:18:29 +10:00
parent 00511b17a9
commit 96a4e8098c

View file

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