From 13090302b5e75f33d494c252bd965b88e9310ea9 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 2 Oct 2023 22:00:50 +0200 Subject: [PATCH] Fix tabs Signed-off-by: Denis 'GNUtoo' Carikli --- guix-installer-vm-system.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix-installer-vm-system.scm b/guix-installer-vm-system.scm index 64885f9..cc318b7 100644 --- a/guix-installer-vm-system.scm +++ b/guix-installer-vm-system.scm @@ -95,13 +95,13 @@ (addresses (list (network-address (device "eth0") (value "192.168.1.118/24")) - (network-address + (network-address (device "eth0") (value "2001:910:1021::118/64")))) (routes (list (network-route (destination "default") (gateway "192.168.0.1")) - (network-route + (network-route (destination "default") (gateway "192.168.0.1")))) (name-servers (list "192.168.0.1" "2001:910:1021::1")))))