diff --git a/hosts/fallarbor/disko.nix b/hosts/fallarbor/disko.nix index fb8e8e3a..1d4f0fc5 100644 --- a/hosts/fallarbor/disko.nix +++ b/hosts/fallarbor/disko.nix @@ -17,7 +17,6 @@ type = "filesystem"; format = "vfat"; mountpoint = "/boot"; - mountOptions = ["umask=0077"]; }; }; root = { diff --git a/hosts/lavaridge/disko.nix b/hosts/lavaridge/disko.nix index afa3b8ff..a6a16273 100644 --- a/hosts/lavaridge/disko.nix +++ b/hosts/lavaridge/disko.nix @@ -15,7 +15,7 @@ format = "vfat"; mountpoint = "/boot"; mountOptions = [ - "umask=0077" + "defaults" ]; }; }; diff --git a/hosts/petalburg/disko.nix b/hosts/petalburg/disko.nix index afa3b8ff..a6a16273 100644 --- a/hosts/petalburg/disko.nix +++ b/hosts/petalburg/disko.nix @@ -15,7 +15,7 @@ format = "vfat"; mountpoint = "/boot"; mountOptions = [ - "umask=0077" + "defaults" ]; }; }; diff --git a/hosts/rustboro/disko.nix b/hosts/rustboro/disko.nix index d3ba7d57..66b9e72f 100644 --- a/hosts/rustboro/disko.nix +++ b/hosts/rustboro/disko.nix @@ -15,7 +15,7 @@ format = "vfat"; mountpoint = "/boot"; mountOptions = [ - "umask=0077" + "defaults" ]; }; };