Disable bootloader showing up on shodan
This commit is contained in:
parent
ce91a13631
commit
8acfa581f4
|
@ -247,6 +247,7 @@
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.systemd-boot.configurationLimit = 3;
|
boot.loader.systemd-boot.configurationLimit = 3;
|
||||||
|
boot.loader.timeout = 0;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.consoleLogLevel = 0;
|
boot.consoleLogLevel = 0;
|
||||||
boot.kernelParams = ["quiet" "udev.log_priority=0"];
|
boot.kernelParams = ["quiet" "udev.log_priority=0"];
|
||||||
|
|
Loading…
Reference in a new issue