mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop] Disable console completely on desktops
This commit is contained in:
parent
acaa1e0ea9
commit
1bbd7cc5b8
1 changed files with 2 additions and 2 deletions
|
|
@ -83,8 +83,8 @@ in {
|
||||||
};
|
};
|
||||||
boot.initrd.verbose = generalCfg.debug;
|
boot.initrd.verbose = generalCfg.debug;
|
||||||
boot.consoleLogLevel = mkIf (!generalCfg.debug) 1;
|
boot.consoleLogLevel = mkIf (!generalCfg.debug) 1;
|
||||||
|
|
||||||
console.earlySetup = true; # Prettier console
|
console.enable = mkDefault false; # Completly disable console by default
|
||||||
fonts.enableDefaultFonts = mkIf (!generalCfg.minimal) true;
|
fonts.enableDefaultFonts = mkIf (!generalCfg.minimal) true;
|
||||||
|
|
||||||
hardware.acpilight.enable = mkIf (!generalCfg.minimal) true;
|
hardware.acpilight.enable = mkIf (!generalCfg.minimal) true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue