fix(samba): rename settings option

This commit is contained in:
arcnmx 2024-09-12 16:55:39 -07:00
parent 98f28acc4f
commit ba69fb80ae
3 changed files with 6 additions and 5 deletions

View file

@ -35,7 +35,7 @@ in {
config = {
services.samba = {
settings = mkIf cfg.enable {
settings' = mkIf cfg.enable {
"ntlm auth" = mkDefault "ntlmv1-permitted";
"server min protocol" = mkDefault "NT1";
"keepalive" = mkDefault 0;