Less noise on boot
This commit is contained in:
		| @@ -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; }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user