NixOS Containers: Difference between revisions
imported>Onny Add troubleshooting section for native NixOS containers |
imported>Onny mNo edit summary |
||
| Line 39: | Line 39: | ||
</nowiki>}} | </nowiki>}} | ||
In order to reach the web application on the host system, we have to open [[Firewall]] port 80 and also configure NAT through <code>networking.nat</code>. | In order to reach the web application on the host system, we have to open [[Firewall]] port 80 and also configure NAT through <code>networking.nat</code>. The web service of the container will be available at http://192.168.100.10 | ||
=== Usage === | === Usage === | ||