fix pipewire stuff
This commit is contained in:
parent
7d954a61ef
commit
baf94ae575
4 changed files with 83 additions and 44 deletions
|
@ -36,7 +36,11 @@ in {
|
|||
};
|
||||
|
||||
boot = {
|
||||
consoleLogLevel = lib.mkDefault (if cfg.fancyBoot then 0 else 3);
|
||||
consoleLogLevel = lib.mkDefault (
|
||||
if cfg.fancyBoot
|
||||
then 0
|
||||
else 3
|
||||
);
|
||||
initrd.verbose = lib.mkDefault (!cfg.fancyBoot);
|
||||
plymouth.enable = lib.mkDefault cfg.fancyBoot;
|
||||
kernelParams = lib.mkIf cfg.fancyBoot [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue