diff options
| author | Vineet Kumar <git@vineetk.net> | 2026-05-13 21:09:07 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-13 21:09:07 -0400 |
| commit | 35f0a4330f9e264bc1fdb947011fad16a8ba49ec (patch) | |
| tree | 4f3738156e8883d1547e79a07fe432b87d64a015 | |
| parent | b63f72990528ae914c329e07750e040a5977eeef (diff) | |
saklas: re-enable ipv6
| -rw-r--r-- | epistemia/systems/saklas.scm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/epistemia/systems/saklas.scm b/epistemia/systems/saklas.scm index 1710f23..d5bfa36 100644 --- a/epistemia/systems/saklas.scm +++ b/epistemia/systems/saklas.scm | |||
| @@ -325,14 +325,13 @@ table inet filter { | |||
| 325 | (list (network-route | 325 | (list (network-route |
| 326 | (destination "default") | 326 | (destination "default") |
| 327 | (gateway "141.95.52.1")) | 327 | (gateway "141.95.52.1")) |
| 328 | ;; (network-route | 328 | (network-route |
| 329 | ;; (destination "2001:41d0:701:1100::1") | 329 | (destination "2001:41d0:701:1100::1") |
| 330 | ;; (device "eth0")) | 330 | (device "eth0")) |
| 331 | ;; (network-route | 331 | (network-route |
| 332 | ;; (destination "default") | 332 | (destination "default") |
| 333 | ;; (device "eth0") | 333 | (device "eth0") |
| 334 | ;; (gateway "2001:41d0:701:1100::1")) | 334 | (gateway "2001:41d0:701:1100::1"))))))) |
| 335 | ))))) | ||
| 336 | (simple-service 'resolv-configuration | 335 | (simple-service 'resolv-configuration |
| 337 | etc-service-type | 336 | etc-service-type |
| 338 | `(("resolv.conf" | 337 | `(("resolv.conf" |
