hosts/hypnos: add umask for /boot

This commit is contained in:
2026-01-19 23:03:22 +00:00
parent 22238d90f8
commit 9f6495e598

View File

@@ -15,6 +15,7 @@
type = "filesystem"; type = "filesystem";
format = "vfat"; format = "vfat";
mountpoint = "/boot"; mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
}; };
}; };
swap = { swap = {