Samba: Difference between revisions

imported>Artturin
sambaMaster does not exist anymore
imported>Wamserma
m fix typo
Line 33: Line 33:
in <code>/etc/nixos/configuration.nix</code>, add:
in <code>/etc/nixos/configuration.nix</code>, add:
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
networking.firewall.extraCommands = ''iptables -t raw -A OUTPUT -p udp -m udp --dport 137 -j CT --helper netbios-ns";
networking.firewall.extraCommands = ''iptables -t raw -A OUTPUT -p udp -m udp --dport 137 -j CT --helper netbios-ns'';
</syntaxhighlight>
</syntaxhighlight>