mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
nixos/samba: remove bad example for "securityType" option
Setting "security = share" causes silent failures.
This commit is contained in:
parent
de679c57ca
commit
32a5b44b8d
@ -156,7 +156,6 @@ in
|
||||
securityType = mkOption {
|
||||
type = types.str;
|
||||
default = "user";
|
||||
example = "share";
|
||||
description = "Samba security type";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user