diff --git a/common.nix b/common.nix index 12b14ae..4d34221 100644 --- a/common.nix +++ b/common.nix @@ -12,7 +12,7 @@ ]; ############################################################################# # Make boot time quicker - boot.loader.timeout = 1; + boot.loader.timeout = 0; systemd.services.NetworkManager-wait-online.enable = false; systemd.services.systemd-udev-settle.enable = false; systemd.services.firewall = {