mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
46436db4a5
Former-commit-id: 101712c8bb
5 lines
104 B
Nix
5 lines
104 B
Nix
{
|
|
networking.firewall.allowedTCPPorts = [ 9091 ];
|
|
networking.firewall.allowedUDPPorts = [ 9091 ];
|
|
}
|