Fix fancyboot option
This commit is contained in:
parent
e11627bd8f
commit
4be4146a96
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF4oyz5yAvmVZDdr3NL2AmlnCA6Z17b2Vj0FXj07DFiv jimbo@rubble
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF4oyz5yAvmVZDdr3NL2AmlnCA6Z17b2Vj0FXj07DFiv
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
options.system.fancyboot.enable = lib.mkEnableOption "Enable Plymouth";
|
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;
|
plymouth.enable = true;
|
||||||
loader.timeout = lib.mkForce 0;
|
loader.timeout = lib.mkForce 0;
|
||||||
consoleLogLevel = lib.mkForce 0;
|
consoleLogLevel = lib.mkForce 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue