Merge pull request #266428 from lf-/jade/samba-fix-security-type

This commit is contained in:
Sandro 2024-01-19 12:29:19 +01:00 committed by GitHub
commit eb09653fde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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