Loading nixos/modules/services/network-filesystems/samba.nix +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ in }; securityType = mkOption { type = types.str; type = types.enum [ "auto" "user" "domain" "ads" ]; default = "user"; description = lib.mdDoc "Samba security type"; }; Loading Loading
nixos/modules/services/network-filesystems/samba.nix +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ in }; securityType = mkOption { type = types.str; type = types.enum [ "auto" "user" "domain" "ads" ]; default = "user"; description = lib.mdDoc "Samba security type"; }; Loading