diff --git a/hardware/capybara.nix b/hardware/capybara.nix index bb31fce..9124559 100644 --- a/hardware/capybara.nix +++ b/hardware/capybara.nix @@ -24,7 +24,7 @@ fileSystems."/boot" = { device = "/dev/disk/by-uuid/5BCD-7078"; fsType = "vfat"; - options = ["fmask=0022" "dmask=0022"]; + options = ["fmask=0077" "dmask=0077"]; }; swapDevices = [];