add firewall for docker

This commit is contained in:
ahuston-0 2024-10-22 17:37:30 -04:00
parent bf854d315a
commit a2581fd84b
No known key found for this signature in database
GPG Key ID: 47940175096C1330
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{ ... }:
{
networking.firewall.allowedTCPPorts = [
8081
8082
8443
];
}

View File

@ -137,6 +137,7 @@
"system" "system"
"nix" "nix"
"shell" "shell"
"poetry"
]; ];
}; };
}; };