Less noise on boot
This commit is contained in:
parent
c5706f1cd8
commit
2ca92fb2a2
@ -4,6 +4,11 @@
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
# Bootloader stuff
|
||||
boot.kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
"rd.systemd.show_status=false"
|
||||
];
|
||||
boot.loader.systemd-boot = { enable = true; };
|
||||
boot.loader.efi = { canTouchEfiVariables = true; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user