summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-01-03 23:57:24 +0100
committermakefu <github@syntax-fehler.de>2019-01-03 23:57:24 +0100
commit616d52518f0a29522bb8118dad647bf91e2e8a29 (patch)
tree6538e45f4674f9fac6df36dce765d7fc6fdb10a2 /1systems
parent35dc577801736a41a6161b879064b5f4ddfa9ee7 (diff)
ma gum: set the default gateway on the correct interface
Diffstat (limited to '1systems')
-rw-r--r--1systems/gum/hardware-config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/1systems/gum/hardware-config.nix b/1systems/gum/hardware-config.nix
index e9670a5a4..542b79fe7 100644
--- a/1systems/gum/hardware-config.nix
+++ b/1systems/gum/hardware-config.nix
@@ -34,7 +34,7 @@ in {
prefixLength = external-netmask6;
}];
};
- defaultGateway6 = external-gw6;
+ defaultGateway6 = { address = external-gw6; interface = ext-if; };
defaultGateway = external-gw;
};
boot.kernelParams = [ ];
[cgit] Unable to lock slot /tmp/cgit/92000000.lock: No such file or directory (2)