diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index 5fb6805..5c2fe85 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -80,6 +80,7 @@ # boot boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.plymouth.enable = true; # Configure console keymap console.keyMap = "de";