try without boot splash

This commit is contained in:
Christoph Cullmann 2025-05-04 17:52:19 +02:00
parent aff8cd2835
commit 1c3135225a
No known key found for this signature in database

View file

@ -32,10 +32,6 @@ in
# my kernel parameters
boot.kernelParams = [
# Plymouth
"quiet"
"splash"
# don't check for split locks, for KVM and Co.
"split_lock_detect=off"
@ -123,13 +119,6 @@ in
# setup the console stuff early
console.earlySetup = true;
# boot splash
boot.plymouth = {
enable = true;
theme = "hexa_retro";
themePackages = [ pkgs.adi1090x-plymouth-themes ];
};
# root file system, tmpfs
fileSystems."/" = {
device = "none";