diff --git a/systems/BASED.nix b/systems/BASED.nix index ded58ee..3cd88cf 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -52,6 +52,8 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.loader.timeout = 0; + boot.supportedFilesystems = [ "ntfs" ]; networking.networkmanager.enable = true; networking.firewall.enable = false;