diff --git a/thelio76/configuration.nix b/thelio76/configuration.nix index 44edf23..3679e45 100644 --- a/thelio76/configuration.nix +++ b/thelio76/configuration.nix @@ -14,6 +14,11 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.plymouth.enable = true; + boot.kernelParams = ["quiet"]; + # boot.initrd.systemd.enable = true; + # boot.plymouth.theme="breeze"; + boot.initrd.luks.devices."luks-7d758c82-9079-46a6-8bb2-05d5016ed623".device = "/dev/disk/by-uuid/7d758c82-9079-46a6-8bb2-05d5016ed623"; environment.etc.crypttab.text = '' luks-9870176e-53f3-493e-94d8-560994fa8f35 UUID=9870176e-53f3-493e-94d8-560994fa8f35 /luks-9870176e-53f3-493e-94d8-560994fa8f35 nofail