Unverified Commit eb09653f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents e0000983 ac827a6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
      };