Enable plymouth boot

Currently, doesn't have a GUI for LUKS key entry, and isn't flicker-free, which is potential future direction for improvement.
main
Chandler Swift 2024-08-18 17:55:31 -05:00
parent 3e1c66d163
commit d842379e91
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.plymouth.enable = true;
boot.plymouth.theme = "breeze";
boot.initrd.luks.devices."luks-ca2fdf0b-d385-498c-9f7d-f58368a65fd4".device = "/dev/disk/by-uuid/ca2fdf0b-d385-498c-9f7d-f58368a65fd4";
networking.hostName = "oscar"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.