From 32a5b44b8d6215087f0c74332eafc25bb13662d6 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Wed, 7 Apr 2021 14:17:09 +0200 Subject: [PATCH] nixos/samba: remove bad example for "securityType" option Setting "security = share" causes silent failures. --- nixos/modules/services/network-filesystems/samba.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/network-filesystems/samba.nix b/nixos/modules/services/network-filesystems/samba.nix index d6e2904b3c3..78ea245cb35 100644 --- a/nixos/modules/services/network-filesystems/samba.nix +++ b/nixos/modules/services/network-filesystems/samba.nix @@ -156,7 +156,6 @@ in securityType = mkOption { type = types.str; default = "user"; - example = "share"; description = "Samba security type"; };