summaryrefslogtreecommitdiff
path: root/router.nix
diff options
context:
space:
mode:
Diffstat (limited to 'router.nix')
-rw-r--r--router.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/router.nix b/router.nix
index 2f0d431..20d07c1 100644
--- a/router.nix
+++ b/router.nix
@@ -25,7 +25,7 @@
nat = {
enable = true;
externalInterface = "wan";
- internalInterfaces = [ "ethlan" "wlan" ];
+ internalInterfaces = [ "ethlan" "wlan" "docker0" ];
forwardPorts = [
{
sourcePort = 51801;