Use silent boot if plymouth is enabled

This commit is contained in:
ItsDrike 2024-04-13 00:07:53 +02:00
parent 97680bd24e
commit ac39d93be3
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 23 additions and 2 deletions

View file

@ -23,5 +23,10 @@ in {
This option defaults to `true` if the host provides patches to the kernel package in
`boot.kernelPatches`
'';
silentBoot = mkEnableOption ''
almost entirely silent boot process through `quiet` kernel parameter
''
// { default = cfg.plymouth.enable; };
};
}