mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 23:23:55 -05:00
samba: disable extraConfig pending move to services/samba.settings
This commit is contained in:
parent
933e431c36
commit
f70d12f1d7
|
@ -54,15 +54,15 @@ in {
|
|||
openFirewall = true;
|
||||
securityType = "user";
|
||||
|
||||
extraConfig = ''
|
||||
read raw = Yes
|
||||
write raw = Yes
|
||||
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072
|
||||
min receivefile size = 16384
|
||||
use sendfile = true
|
||||
aio read size = 16384
|
||||
aio write size = 16384
|
||||
'';
|
||||
# extraConfig = ''
|
||||
# read raw = Yes
|
||||
# write raw = Yes
|
||||
# socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072
|
||||
# min receivefile size = 16384
|
||||
# use sendfile = true
|
||||
# aio read size = 16384
|
||||
# aio write size = 16384
|
||||
# '';
|
||||
|
||||
shares = {
|
||||
Media = {
|
||||
|
|
Loading…
Reference in a new issue