From bf1e9728bf539fb01b1d885512ec908cab8eba73 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Sun, 6 Aug 2023 04:08:26 -0700 Subject: [PATCH] ntfs support --- systems/BASED.nix | 2 ++ 1 file changed, 2 insertions(+) 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;