Networking: Difference between revisions
Added help for VMs not having network access. |
|||
| Line 119: | Line 119: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Virtualization == | === Virtualization === | ||
Sometimes with complex network configurations such as with VPNs or firewall rules you may need extra configurations in order for your VMs to have network access. | == Sometimes with complex network configurations such as with VPNs or firewall rules you may need extra configurations in order for your VMs to have network access. == | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
networking = { | networking = { | ||