Merge remote-tracking branch 'origin/main'

This commit is contained in:
Alexander Wainwright 2026-04-11 17:28:38 +10:00
commit 4f4f3e2c86

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;