From bbd84a09039da0ebd84b5f4688321febde508097 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Thu, 21 May 2026 04:15:58 +0300 Subject: [PATCH] Rias: change mount type --- host/Rias/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/Rias/hardware-configuration.nix b/host/Rias/hardware-configuration.nix index 6a27162..6e73171 100644 --- a/host/Rias/hardware-configuration.nix +++ b/host/Rias/hardware-configuration.nix @@ -24,7 +24,7 @@ fileSystems."/mnt/D" = { device = "/dev/disk/by-label/Data"; - fsType = "ntfs"; + fsType = "ntfs3"; options = ["umask=0022" "gid=100" "uid=1000" "nofail" ]; };