summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-01-06 21:07:46 +0100
committermakefu <github@syntax-fehler.de>2018-01-06 21:07:46 +0100
commit149aad4cb79de44e095b82ffdf7fa65cc95c2f93 (patch)
tree5c93d2c3963bd21a48820e13f94a8295fb111bda
parentde01eae264ee72f1bddb42ae0a33defc66486f4f (diff)
ma vbob.r: remove explicit route via systemd
does not work
-rw-r--r--makefu/1systems/vbob/config.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/makefu/1systems/vbob/config.nix b/makefu/1systems/vbob/config.nix
index 7552c6982..d4b80c90e 100644
--- a/makefu/1systems/vbob/config.nix
+++ b/makefu/1systems/vbob/config.nix
@@ -57,10 +57,7 @@
networking.localCommands = ''
ip route add ${gum-ip} via ${Gateway}
'';
- systemd.network.networks.enp0s3.routes = [{
- inherit Gateway; # TODO
- Destination = gum-ip;
- }];
+
networking.wireguard.interfaces.wg0 = {
ips = [ "10.244.0.3/24" ];
privateKeyFile = (toString <secrets>) + "/wireguard.key";