nixos/samba: remove bad example for "securityType" option

Setting "security = share" causes silent failures.
This commit is contained in:
Emery Hemingway 2021-04-07 14:17:09 +02:00
parent de679c57ca
commit 32a5b44b8d

View File

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