couple fixes
This commit is contained in:
@@ -16,6 +16,12 @@ with lib;
|
||||
description = "If non-empty, force all file creation to use this group.";
|
||||
};
|
||||
|
||||
forceUser = mkOption {
|
||||
type = types.str;
|
||||
default = "";
|
||||
description = "If non-empty, force all connections (including guests) to run as this user. Required when using forceGroup with guest access, since guest maps to nobody which is not in the forced group.";
|
||||
};
|
||||
|
||||
enableTimeMachine = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
|
||||
Reference in New Issue
Block a user