From 8328e393ce834ecb6038698d6649427ea1be4a0f Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 12 Nov 2024 10:04:38 -0800 Subject: Modularize disko everywhere --- hosts/uranus/disks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/uranus/disks.nix') diff --git a/hosts/uranus/disks.nix b/hosts/uranus/disks.nix index 52e8926..a3d6d72 100644 --- a/hosts/uranus/disks.nix +++ b/hosts/uranus/disks.nix @@ -14,7 +14,7 @@ type = "filesystem"; format = "vfat"; mountpoint = "/boot"; - mountOptions = [ "defaults" ]; + mountOptions = [ "umask=0077" ]; extraArgs = [ "-nboot" ]; }; }; -- cgit v1.2.3