nixos/samba: remove bad example for "securityType" option
Setting "security = share" causes silent failures.
Emery Hemingway 4 years ago 32a5b44b de679c57
··· 156 156 securityType = mkOption { 157 157 type = types.str; 158 158 default = "user"; 159 159 - example = "share"; 160 159 description = "Samba security type"; 161 160 }; 162 161