Skip to content

Commit

Permalink
the-doctor: enable nat on iodine
Browse files Browse the repository at this point in the history
  • Loading branch information
devusb committed Aug 9, 2024
1 parent 7a394f0 commit 49e9d86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hosts/the-doctor/iodine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
trustedInterfaces = [ "dns0" ];
};

networking.nat = {
enable = true;
externalInterface = "enp0s6";
internalInterfaces = [ "dns0" ];
};

services.iodine.server = {
enable = true;
domain = "t1.goon.ventures";
Expand Down

0 comments on commit 49e9d86

Please sign in to comment.