From afa4e3b020f4da4a40a5bce6f74538ec177ea881 Mon Sep 17 00:00:00 2001 From: Hunter Date: Wed, 3 Dec 2025 18:27:14 -0500 Subject: [PATCH] make boot non world accessable --- hosts/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default.nix b/hosts/default.nix index e187a40..419b55f 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -35,6 +35,7 @@ let type = "filesystem"; format = "vfat"; mountpoint = "/boot"; + mountOptions = [ "umask=0077" ]; extraArgs = [ "-n" "BOOT" ]; }; };