(more) quiet boot on shodan

This commit is contained in:
Lillian Violet 2023-12-31 14:31:01 +01:00
parent e0e291b352
commit f0dab16d38

View file

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