From 8acfa581f47fb9c6e966359ff8bd76d48d711db8 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 1 Jan 2024 22:56:53 +0100 Subject: [PATCH] Disable bootloader showing up on shodan --- nixos/hosts/shodan/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 40c31cd..f82fb7c 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -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"];