guixsd-config

GuixSD configs for my systems
Log | Files | Refs

commit b0ea71c4ea45c2b22e36826a6763955e0e38ba80
parent f2269d261e0ac6df481eb6b84547eb4a53642453
Author: Vineet Kumar <git@vineetk.net>
Date:   Wed, 13 May 2026 15:55:00 -0400

saklas: try fixing vps routing

Diffstat:
Mepistemia/systems/saklas.scm | 37+++++++++++++++++--------------------
1 file changed, 17 insertions(+), 20 deletions(-)

diff --git a/epistemia/systems/saklas.scm b/epistemia/systems/saklas.scm @@ -314,25 +314,22 @@ table inet filter { (ruleset %nftables-ruleset))) (service static-networking-service-type (list (static-networking - (addresses - (list (network-address - (device "eth0") - (value "157.180.125.215/32")) - (network-address - (device "eth0") - (value "2a01:4f9:c014:ca8e::1/64")))) - (routes - (list (network-route - (destination "172.31.1.1") - (device "eth0") - (scope 'link)) - (network-route - (destination "default") - (gateway "172.31.1.1")) - (network-route - (destination "default") - (device "eth0") - (gateway "fe80::1"))))))) + (addresses + (list (network-address + (device "eth0") + (value "141.95.52.111/32")) + (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"))))))) (simple-service 'resolv-configuration etc-service-type `(("resolv.conf" @@ -354,7 +351,7 @@ table inet filter { ("root" ,(local-file "/data/ssh/id_ed25519.pub")))) (extra-content "\ ListenAddress 127.0.0.1:22 - ListenAddress 157.180.125.215:22 + ListenAddress 141.95.52.111:22 #ListenAddress 10.0.13.1:22 "))) (service unbound-service-type