Fix fancyboot option

This commit is contained in:
Jimbo 2025-02-27 12:17:46 -05:00
parent e11627bd8f
commit 4be4146a96
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF4oyz5yAvmVZDdr3NL2AmlnCA6Z17b2Vj0FXj07DFiv jimbo@rubble
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF4oyz5yAvmVZDdr3NL2AmlnCA6Z17b2Vj0FXj07DFiv

View file

@ -2,7 +2,7 @@
{
options.system.fancyboot.enable = lib.mkEnableOption "Enable Plymouth";
config.boot = lib.mkIf config.system.desktop.enable {
config.boot = lib.mkIf config.system.fancyboot.enable {
plymouth.enable = true;
loader.timeout = lib.mkForce 0;
consoleLogLevel = lib.mkForce 0;