From 09e38fe5fc7f2faadd099605d5e679e197e3b2fe Mon Sep 17 00:00:00 2001 From: ska Date: Fri, 2 Jan 2026 23:21:04 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/configuration.nix b/configuration.nix index 3905a98..9074de1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -19,7 +19,7 @@ }; ############################################################ - # INITRD - HARDWARE-"AGNOSTIC" + FALLBACK + LUKS + # INITRD - LUKS ############################################################ boot.initrd.systemd.enable = true; @@ -34,20 +34,14 @@ "sr_mod" ]; - # Explicit graphics fallback for unknown hardware - boot.initrd.kernelModules = [ - "i915" - "amdgpu" - "nouveau" - ]; - boot.initrd.luks.devices.root = { device = "/dev/disk/by-partlabel/nixos-crypt"; preLVM = true; allowDiscards = true; }; - # boot.plymouth.enable = true; + boot.plymouth.enable = true; + boot.kernelParams = [ "nomodeset" ]; ############################################################ # FIRMWARE - WIDE HARDWARE SUPPORT