diff --git a/hosts/Drone/hardware-configuration.nix b/hosts/Drone/hardware-configuration.nix index 86fbc11..f839d3b 100755 --- a/hosts/Drone/hardware-configuration.nix +++ b/hosts/Drone/hardware-configuration.nix @@ -28,6 +28,7 @@ fileSystems."/boot" = { device = "/dev/disk/by-uuid/D867-8F68"; fsType = "vfat"; + options = [ "fmask=0077" "dmask=0077" ]; }; fileSystems."/home" = diff --git a/hosts/Earthmover/hardware-configuration.nix b/hosts/Earthmover/hardware-configuration.nix index 0633b9b..9bacf31 100755 --- a/hosts/Earthmover/hardware-configuration.nix +++ b/hosts/Earthmover/hardware-configuration.nix @@ -21,7 +21,7 @@ fileSystems."/boot" = { device = "/dev/disk/by-id/nvme-WD_BLACK_SN7100_2TB_252830800317-part1"; fsType = "vfat"; - options = [ "fmask=0022" "dmask=0022" ]; + options = [ "fmask=0077" "dmask=0077" ]; }; swapDevices = [ ]; diff --git a/hosts/Gutterman/hardware-configuration.nix b/hosts/Gutterman/hardware-configuration.nix index fdd97c1..90f0442 100644 --- a/hosts/Gutterman/hardware-configuration.nix +++ b/hosts/Gutterman/hardware-configuration.nix @@ -53,7 +53,7 @@ fileSystems."/boot" = { device = "/dev/disk/by-uuid/2877-1C39"; fsType = "vfat"; - options = [ "fmask=0022" "dmask=0022" ]; + options = [ "fmask=0077" "dmask=0077" ]; }; swapDevices = [{