about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-12-31 01:01:11 +0100
committerMel <einebeere@gmail.com>2024-12-31 01:01:11 +0100
commit2d663d301add982bf2ea9b1d576daa025eec4c3a (patch)
tree518d3f566177fdff26fffcf2537fb784849dab34
parent695f967474718212dd57f76ffd8a6a340dfacfe5 (diff)
downloadspecimen-2d663d301add982bf2ea9b1d576daa025eec4c3a.tar.zst
specimen-2d663d301add982bf2ea9b1d576daa025eec4c3a.zip
Make IPv6 gateway on-link
Signed-off-by: Mel <einebeere@gmail.com>
-rw-r--r--configuration/devices.nix5
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;
+      }
     ];
   };
 }