diff options
| -rw-r--r-- | configuration/devices.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configuration/devices.nix b/configuration/devices.nix index 0ef8250..c753153 100644 --- a/configuration/devices.nix +++ b/configuration/devices.nix @@ -26,7 +26,10 @@ "2001:41d0:701:1100::522b" ]; routes = [ - { Gateway = "2001:41d0:701:1100::1"; } + { + Gateway = "2001:41d0:701:1100::1"; + GatewayOnLink = true; + } ]; }; } |
