diff options
| author | Mel <einebeere@gmail.com> | 2024-12-31 01:01:11 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-31 01:01:11 +0100 |
| commit | 2d663d301add982bf2ea9b1d576daa025eec4c3a (patch) | |
| tree | 518d3f566177fdff26fffcf2537fb784849dab34 | |
| parent | 695f967474718212dd57f76ffd8a6a340dfacfe5 (diff) | |
| download | specimen-2d663d301add982bf2ea9b1d576daa025eec4c3a.tar.zst specimen-2d663d301add982bf2ea9b1d576daa025eec4c3a.zip | |
Make IPv6 gateway on-link
Signed-off-by: Mel <einebeere@gmail.com>
| -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; + } ]; }; } |
