mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
7 lines
180 B
Nix
7 lines
180 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
services.gvfs.enable = true;
|
|
networking.firewall.extraCommands = ''iptables -t raw -A OUTPUT -p udp -m udp --dport 137 -j CT --helper netbios-ns'';
|
|
}
|