allowed (non-nix) home assistant to be acessed from outside.
This commit is contained in:
parent
50ff7398bd
commit
6b12a84671
4 changed files with 32 additions and 9 deletions
|
@ -10,7 +10,7 @@
|
|||
mutableSettings = true;
|
||||
allowDHCP = true;
|
||||
openFirewall=true;
|
||||
port=80;
|
||||
port=8080;
|
||||
};
|
||||
networking.firewall.allowedUDPPorts=[53 67 546 547];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue