From e7b880127d76f8532c1f51f953bfd978ebb45dc4 Mon Sep 17 00:00:00 2001 From: caem Date: Tue, 8 Apr 2025 22:07:00 +0200 Subject: [PATCH] x220: Remove extra mount flags for boot partition --- hosts/x220/disko.nix | 4 ---- 1 file changed, 4 deletions(-) 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 = {