Less noise on boot

This commit is contained in:
Torjus Håkestad 2024-02-28 14:35:11 +01:00
parent c5706f1cd8
commit 2ca92fb2a2

View File

@ -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; };