Quiet boot for shodan again

This commit is contained in:
Lillian Violet 2024-03-21 01:15:07 +01:00
parent 4a55e924c3
commit 5dfd9aff86

View file

@ -225,9 +225,9 @@
boot.loader.systemd-boot.configurationLimit = 3;
boot.loader.timeout = 0;
boot.loader.efi.canTouchEfiVariables = true;
#boot.consoleLogLevel = 0;
#boot.kernelParams = ["quiet" "udev.log_priority=0" "fbcon=vc:2-6" "console=tty0"];
#boot.plymouth.enable = true;
boot.consoleLogLevel = 0;
boot.kernelParams = ["quiet" "udev.log_priority=0" "fbcon=vc:2-6" "console=tty0"];
boot.plymouth.enable = true;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "unstable";