mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
fileSystems: disable acl for vfat
This commit is contained in:
@@ -82,7 +82,7 @@ inputs:
|
||||
(device:
|
||||
{
|
||||
name = device.value;
|
||||
value = { device = device.name; fsType = "vfat"; options = [ "acl" ]; neededForBoot = true; };
|
||||
value = { device = device.name; fsType = "vfat"; neededForBoot = true; };
|
||||
})
|
||||
(attrsToList fileSystems.mount.vfat));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user