modules/security: move fuse option to security
This commit is contained in:
parent
c9867532be
commit
676efc9378
1 changed files with 3 additions and 0 deletions
|
@ -10,4 +10,7 @@ with lib.hlissner;
|
|||
tmpOnTmpfs = mkDefault true;
|
||||
cleanTmpDir = mkDefault (!config.boot.tmpOnTmpfs);
|
||||
};
|
||||
|
||||
# Allow non-root users to allow other users to access mount point
|
||||
programs.fuse.userAllowOther = mkDefault true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue