From 337e7411c0c2498995104629eee7c89750b89092 Mon Sep 17 00:00:00 2001 From: yaroslav Date: Thu, 12 Jun 2025 12:01:29 +0300 Subject: [PATCH] fixed Qwark mounts --- hosts/Quark/Quark-hardware.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/Quark/Quark-hardware.nix b/hosts/Quark/Quark-hardware.nix index 24a089b..6c163d7 100644 --- a/hosts/Quark/Quark-hardware.nix +++ b/hosts/Quark/Quark-hardware.nix @@ -36,15 +36,15 @@ }; fileSystems."/vol/me" = { device = "/dev/sda1"; - fsType = "ntfs"; + fsType = "ntfs3"; }; fileSystems."/vol/dad" = { device = "/dev/sda2"; - fsType = "ntfs"; + fsType = "ntfs3"; }; fileSystems."/vol/mom" = { device = "/dev/sda3"; - fsType = "ntfs"; + fsType = "ntfs3"; }; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking