guixsd-config

GuixSD configs for my systems
Log | Files | Refs

commit 42b2f0fd0b68323622578b0929f232d98bb9327c
parent 8aca9c2be68662883daadce2827e3d96d2371cab
Author: Vineet Kumar <git@vineetk.net>
Date:   Fri, 23 Jan 2026 15:35:13 -0500

saklas: add ipv6

Diffstat:
Mepistemia/systems/saklas.scm | 16++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/epistemia/systems/saklas.scm b/epistemia/systems/saklas.scm @@ -110,12 +110,20 @@ (list (static-networking (addresses (list (network-address - (device "eth0") - (value "162.55.242.220/26")))) + (device "eth0") + (value "162.55.242.220/26")) + (network-address + (device "eth0") + (value "2a01:4f8:272:4fd3::/64")))) (routes (list (network-route - (destination "default") - (gateway "162.55.242.193"))))))) + (destination "default") + (device "eth0") + (gateway "162.55.242.193")) + (network-route + (destination "default") + (device "eth0") + (gateway "fe80::1"))))))) (simple-service 'resolv-configuration etc-service-type `(("resolv.conf"