commit 8aca9c2be68662883daadce2827e3d96d2371cab
parent 253b1b56c44ddbe387b637835ed60423b7af8243
Author: Vineet Kumar <git@vineetk.net>
Date: Fri, 23 Jan 2026 15:28:18 -0500
saklas: fix networking
the extra routes that I thought was necessary from hetzner VPS was
unnecessary for dedi and made it break networking service for some
reason
Diffstat:
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/epistemia/systems/saklas.scm b/epistemia/systems/saklas.scm
@@ -115,14 +115,7 @@
(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"))
- )))))
+ (gateway "162.55.242.193")))))))
(simple-service 'resolv-configuration
etc-service-type
`(("resolv.conf"