Fix warnings

This commit is contained in:
2026-02-27 01:03:11 +00:00
parent 0bfdb5858c
commit 136bb97941
3 changed files with 7 additions and 6 deletions

View File

@@ -59,7 +59,7 @@
fileSystems."/boot" = {
device = "/dev/disk/by-partlabel/disk-stationette-ESP";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
options = [ "fmask=0022" "dmask=0022" "umask=0077" ];
};
swapDevices = [ ];