diff options
| -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" |
