Merge pull request #266428 from lf-/jade/samba-fix-security-type
This commit is contained in:
commit
eb09653fde
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ in
|
|||
};
|
||||
|
||||
securityType = mkOption {
|
||||
type = types.str;
|
||||
type = types.enum [ "auto" "user" "domain" "ads" ];
|
||||
default = "user";
|
||||
description = lib.mdDoc "Samba security type";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue