guixsd-config

GuixSD configs for my systems
Log | Files | Refs

commit 0b4ce3d54bdd79aa0e10ce2bf81d6195746a44ea
parent d2208ca5475fbc45d13d2b4b90eef3de52fe07df
Author: Vineet Kumar <git@vineetk.net>
Date:   Wed, 13 May 2026 21:29:25 -0400

saklas: disable ipv6 for now until I setup hurricane electric

usually the entire /64 ipv6 block gets blocked on email spam lists
even if I only get a /128. so that'd make things difficult. slightly
extra latency to get a /48 should be fine.

Diffstat:
Mepistemia/systems/saklas.scm | 14+++-----------
1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/epistemia/systems/saklas.scm b/epistemia/systems/saklas.scm @@ -290,24 +290,16 @@ table inet filter { (nftables-configuration (ruleset %nftables-ruleset))) (service static-networking-service-type + ;; TODO hurricane electric for ipv6 /48. ovh vps only gets /128. (list (static-networking (addresses (list (network-address (device "eth0") - (value "141.95.52.111/24")) - (network-address - (device "eth0") - (value "2001:41d0:701:1100::898c/128")))) + (value "141.95.52.111/24")))) (routes (list (network-route (destination "default") - (gateway "141.95.52.1")) - (network-route - (destination "2001:41d0:701:1100::1") - (device "eth0")) - (network-route - (destination "default") - (gateway "2001:41d0:701:1100::1"))))))) + (gateway "141.95.52.1"))))))) (simple-service 'resolv-configuration etc-service-type `(("resolv.conf"