x220: Remove extra mount flags for boot partition

This commit is contained in:
caem 2025-04-08 22:07:00 +02:00
parent 3d95b61b43
commit e7b880127d
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -19,10 +19,6 @@
type = "filesystem";
format = "ext4";
mountpoint = "/boot";
mountOptions = [
"umask=0077"
"noatime"
];
};
};
luks = {