diff --git a/hosts/x220/disko.nix b/hosts/x220/disko.nix index fe2391c..8d1e1b4 100644 --- a/hosts/x220/disko.nix +++ b/hosts/x220/disko.nix @@ -19,10 +19,6 @@ type = "filesystem"; format = "ext4"; mountpoint = "/boot"; - mountOptions = [ - "umask=0077" - "noatime" - ]; }; }; luks = {