Disable bootloader showing up on shodan

This commit is contained in:
Lillian-Violet 2024-01-01 22:56:53 +01:00
parent 9b7873ac78
commit 7188c66857

View file

@ -247,6 +247,7 @@
boot.loader.systemd-boot.enable = true;
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"];