From 7668a92fa462aec3116b3ea460682435472ccfe8 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 2 Oct 2023 22:43:55 +0200 Subject: [PATCH] network: fix default IPv6 route Without that fix the network didn't completely start, and because of that the network was partially configured. Signed-off-by: Denis 'GNUtoo' Carikli --- guix-installer-vm-system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-installer-vm-system.scm b/guix-installer-vm-system.scm index 7846237..88ae266 100644 --- a/guix-installer-vm-system.scm +++ b/guix-installer-vm-system.scm @@ -134,7 +134,7 @@ needed for unattended upgrades to work.") (gateway "192.168.0.1")) (network-route (destination "default") - (gateway "192.168.0.1")))) + (gateway "2001:910:1021::1")))) (name-servers (list "192.168.0.1" "2001:910:1021::1"))))) ;; OpenSSH (service openssh-service-type