0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Merge master into staging-next

This commit is contained in:
github-actions[bot] 2021-04-07 18:14:53 +00:00 committed by GitHub
commit 6e4d572602
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 65 additions and 29 deletions

View file

@ -156,7 +156,6 @@ in
securityType = mkOption {
type = types.str;
default = "user";
example = "share";
description = "Samba security type";
};