From faa47ab53db6b13f4b27cff724f7e9b85e6a0881 Mon Sep 17 00:00:00 2001 From: ska Date: Sat, 3 Jan 2026 00:02:15 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e90e488..bb32eb4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,7 +7,7 @@ ]; ############################################################ - # BOOTLOADER - SYSTEMD-BOOT + INITRD + # BOOTLOADER - SYSTEMD-BOOT AND INITRD ############################################################ boot.loader.systemd-boot.enable = true;