From af76a6fc5fe9c8ee86e8d3121615d69eb7f2dead Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 14 Jun 2024 19:42:53 -0400 Subject: [PATCH] Revert "disko: fix /boot being world-writeable" This reverts commit 4b44917e2d2c0d765e305be92b10fcc0b6602906 due to errors at install time. --- hosts/fallarbor/disko.nix | 1 - hosts/lavaridge/disko.nix | 2 +- hosts/petalburg/disko.nix | 2 +- hosts/rustboro/disko.nix | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) 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" ]; }; };