Enable networking for the container

This commit is contained in:
Lillian-Violet 2024-01-04 23:35:52 +01:00
parent 4c878c1ecb
commit 9fe9d0bb09

View file

@ -128,6 +128,9 @@
# Enable networking
networking.networkmanager.enable = true;
networking.nat.enable = true;
networking.nat.internalInterfaces = ["ve-+"];
networking.nat.externalInterface = "ens18";
networking.firewall.enable = true;