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