Merge pull request #266428 from lf-/jade/samba-fix-security-type
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user