added homeassistant container

This commit is contained in:
willifan 2024-08-24 17:21:07 +02:00
parent 8c5df332c5
commit d05d19a10e
3 changed files with 53 additions and 1 deletions

View file

@ -2,7 +2,7 @@
{
networking.firewall = {
enable = true;
allowedTCPPorts = [ 22 80 443 3000 3001 8384 ];
allowedTCPPorts = [ 22 80 443 3000 3001 8123 8384 ];
allowedUDPPorts = [ 22 80 443 ];
};
}