mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 03:22:10 +02:00
5 lines
104 B
Nix
5 lines
104 B
Nix
{
|
|
networking.firewall.allowedTCPPorts = [ 9091 ];
|
|
networking.firewall.allowedUDPPorts = [ 9091 ];
|
|
}
|