From 08952330eb7aec08afbf11e661e7e46ed0170ae4 Mon Sep 17 00:00:00 2001 From: logical_code Date: Wed, 17 Dec 2025 23:38:03 -0500 Subject: [PATCH] Update hosts/brandon-desktop/hardware-configuration.nix --- hosts/brandon-desktop/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/brandon-desktop/hardware-configuration.nix b/hosts/brandon-desktop/hardware-configuration.nix index f7e7ba2..f36a7fb 100644 --- a/hosts/brandon-desktop/hardware-configuration.nix +++ b/hosts/brandon-desktop/hardware-configuration.nix @@ -27,6 +27,7 @@ fileSystems."/mnt/BigSpeed" = { device = "/dev/disk/by-uuid/5c0afffa-b1df-4449-8567-672a4919e4f3"; fsType = "ext4"; + options = [ "fmask=000" "dmask=0000" ]; }; swapDevices =