removed umask, now using
This commit is contained in:
parent
b06ce5c9dc
commit
0557305f00
1 changed files with 2 additions and 10 deletions
|
@ -6,6 +6,7 @@
|
||||||
# for sshfs
|
# for sshfs
|
||||||
programs.fuse.userAllowOther = true;
|
programs.fuse.userAllowOther = true;
|
||||||
|
|
||||||
|
# TODO: use tempfls to set the acls in nix config
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/pool" = {
|
"/pool" = {
|
||||||
fsType = "fuse.mergerfs";
|
fsType = "fuse.mergerfs";
|
||||||
|
@ -20,7 +21,7 @@
|
||||||
"nonempty"
|
"nonempty"
|
||||||
"uid=1000"
|
"uid=1000"
|
||||||
"gid=1004" # Ryot group
|
"gid=1004" # Ryot group
|
||||||
"umask=002"
|
"posix_acl=true"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -32,14 +33,5 @@
|
||||||
"nofail"
|
"nofail"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# "/var/lib/nextcloud" = {
|
|
||||||
# fsType = "none";
|
|
||||||
# device = "/pool/NextCloud";
|
|
||||||
# options = [
|
|
||||||
# "bind"
|
|
||||||
# "nofail"
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue