feat(host/server): mounting the disk using the exec / acl flag

- Permit to multiple user execute on the same disk
This commit is contained in:
Raphael 2025-10-14 11:54:46 +02:00
parent 276ed5ddce
commit e1d3252aef
No known key found for this signature in database

View file

@ -47,6 +47,10 @@
"/mnt/data" = { "/mnt/data" = {
device = "/dev/disk/by-uuid/5729d30c-5806-4ccd-8a2a-080a258084dc"; device = "/dev/disk/by-uuid/5729d30c-5806-4ccd-8a2a-080a258084dc";
fsType = "ext4"; fsType = "ext4";
options = [
"acl"
"exec"
];
}; };
}; };