commit defca482231389c2b31ddc3be8010d6a18838c4e parent c437889acd67de7bcf0a82f7e6b4eca2224223a9 Author: Vineet Kumar <git@vineetk.net> Date: Wed, 13 May 2026 20:43:51 -0400 saklas: fix networking Diffstat:
| M | epistemia/systems/saklas.scm | | | 20 | ++++++++++++-------- |
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/epistemia/systems/saklas.scm b/epistemia/systems/saklas.scm @@ -317,25 +317,29 @@ table inet filter { (addresses (list (network-address (device "eth0") - (value "141.95.52.111/32")) + (value "141.95.52.111/24")) (network-address (device "eth0") (value "2001:41d0:701:1100::898c/128")))) (routes (list (network-route (destination "default") - (device "eth0") - (gateway "145.95.52.1")) - (network-route - (destination "default") - (device "eth0") - (gateway "2001:41d0:701:1100::1"))))))) + (gateway "141.95.52.1")) + ;; (network-route + ;; (destination "2001:41d0:701:1100::1") + ;; (device "eth0")) + ;; (network-route + ;; (destination "default") + ;; (device "eth0") + ;; (gateway "2001:41d0:701:1100::1")) + ))))) (simple-service 'resolv-configuration etc-service-type `(("resolv.conf" ,(plain-file "resolv.conf" (string-append - "nameserver 127.0.0.1\n" + ;"nameserver 127.0.0.1\n" + "nameserver 9.9.9.9\n" "search epistemia\n"))))) (service (fail2ban-jail-service openssh-service-type