diff options
| author | Vineet Kumar <git@vineetk.net> | 2026-05-13 21:19:42 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-13 21:20:06 -0400 |
| commit | d2208ca5475fbc45d13d2b4b90eef3de52fe07df (patch) | |
| tree | 3fdc7b1bdbf2b1010fed859d753fca7fcede53f3 | |
| parent | 5713a9b94beefafc31152960c6c400615ae8eb89 (diff) | |
saklas: try fixing ipv6 routing
| -rw-r--r-- | epistemia/systems/saklas.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/epistemia/systems/saklas.scm b/epistemia/systems/saklas.scm index 06afe67..f90a25e 100644 --- a/epistemia/systems/saklas.scm +++ b/epistemia/systems/saklas.scm | |||
| @@ -307,7 +307,6 @@ table inet filter { | |||
| 307 | (device "eth0")) | 307 | (device "eth0")) |
| 308 | (network-route | 308 | (network-route |
| 309 | (destination "default") | 309 | (destination "default") |
| 310 | (device "eth0") | ||
| 311 | (gateway "2001:41d0:701:1100::1"))))))) | 310 | (gateway "2001:41d0:701:1100::1"))))))) |
| 312 | (simple-service 'resolv-configuration | 311 | (simple-service 'resolv-configuration |
| 313 | etc-service-type | 312 | etc-service-type |
