[Desktop] Disable console completely on desktops

This commit is contained in:
Antoine Viallon 2023-05-18 00:30:40 +02:00
parent acaa1e0ea9
commit 1bbd7cc5b8
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -84,7 +84,7 @@ 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;