modules/security: move fuse option to security

This commit is contained in:
Infinidoge 2021-12-02 09:43:08 -05:00
parent c9867532be
commit 676efc9378

View file

@ -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;
}