From 49e9d86e82155ab22b24a2613d941a43af34171e Mon Sep 17 00:00:00 2001 From: Morgan Helton Date: Fri, 9 Aug 2024 11:29:36 -0500 Subject: [PATCH] the-doctor: enable nat on iodine --- hosts/the-doctor/iodine.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/the-doctor/iodine.nix b/hosts/the-doctor/iodine.nix index 6adfc5c..3ef9667 100644 --- a/hosts/the-doctor/iodine.nix +++ b/hosts/the-doctor/iodine.nix @@ -9,6 +9,12 @@ trustedInterfaces = [ "dns0" ]; }; + networking.nat = { + enable = true; + externalInterface = "enp0s6"; + internalInterfaces = [ "dns0" ]; + }; + services.iodine.server = { enable = true; domain = "t1.goon.ventures";