commit 253b1b56c44ddbe387b637835ed60423b7af8243 parent 0a4118721faf0c31a8416d81d98bd2aada50b8c6 Author: Vineet Kumar <git@vineetk.net> Date: Fri, 23 Jan 2026 14:29:04 -0500 saklas: start troubleshooting the networking Diffstat:
| M | epistemia/systems/saklas.scm | | | 29 | +++++++++++++++-------------- |
1 file changed, 15 insertions(+), 14 deletions(-)
diff --git a/epistemia/systems/saklas.scm b/epistemia/systems/saklas.scm @@ -108,20 +108,21 @@ (service iptables-service-type) (service static-networking-service-type (list (static-networking - (addresses - (list (network-address - (device "eth0") - (value "162.55.242.220/26")))) - (routes - (list (network-route - (destination "default") - (gateway "162.55.242.193")) - (network-route - (destination "162.55.242.192/26") - (gateway "162.55.242.193")) - (network-route - (destination "162.55.242.193") - (device "eth0"))))))) + (addresses + (list (network-address + (device "eth0") + (value "162.55.242.220/26")))) + (routes + (list (network-route + (destination "default") + (gateway "162.55.242.193")) + ;; (network-route + ;; (destination "162.55.242.192/26") + ;; (gateway "162.55.242.193")) + ;; (network-route + ;; (destination "162.55.242.193") + ;; (device "eth0")) + ))))) (simple-service 'resolv-configuration etc-service-type `(("resolv.conf"