MergerFS NFS git permissions fix, and acl disable
This commit is contained in:
parent
72ce184bd4
commit
0416d8c3c1
1 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,9 @@ in
|
|||
])
|
||||
];
|
||||
|
||||
# Less permission issues with pool
|
||||
programs.fuse.userAllowOther = true;
|
||||
# File system co
|
||||
# INFO: Cloud is the pool provider
|
||||
fileSystems = {
|
||||
"/pool" = {
|
||||
|
@ -26,10 +29,10 @@ in
|
|||
"minfreespace=50G"
|
||||
"fsname=mergerfs"
|
||||
"category.create=mfs"
|
||||
"nfsopenhack=all"
|
||||
"nonempty"
|
||||
"uid=1000"
|
||||
"gid=1004" # Ryot group
|
||||
"posix_acl=true"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue