From d842379e9140af1fe05fb3664e8c0218cc3775f0 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sun, 18 Aug 2024 17:55:31 -0500 Subject: [PATCH] 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. --- oscar/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oscar/configuration.nix b/oscar/configuration.nix index 1f6dae8..c2cd04f 100644 --- a/oscar/configuration.nix +++ b/oscar/configuration.nix @@ -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.