mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(samba): rename settings option
This commit is contained in:
parent
98f28acc4f
commit
ba69fb80ae
3 changed files with 6 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue