Lots more moves, simplifiactions to options and removed code that peeved me off
This commit is contained in:
parent
2d2c569705
commit
384e510647
25 changed files with 59 additions and 76 deletions
|
@ -1,9 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
options.system.fancyboot.enable = lib.mkEnableOption "Enable Plymouth";
|
||||
|
||||
config.boot = lib.mkIf config.system.fancyboot.enable {
|
||||
plymouth.enable = true;
|
||||
config.boot = lib.mkIf config.boot.plymouth.enable {
|
||||
loader.timeout = lib.mkForce 0;
|
||||
consoleLogLevel = lib.mkForce 0;
|
||||
initrd.verbose = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue