add firewall for docker

This commit is contained in:
ahuston-0 2024-10-22 17:37:30 -04:00
parent f34b409f30
commit 73dee69fa6
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

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