Disable bootloader showing up on shodan

This commit is contained in:
Lillian Violet 2024-01-01 22:56:53 +01:00
parent ce91a13631
commit 8acfa581f4

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"];