From 16bb2f33cbd61a4dfc7a4016fb9e3caae553717a Mon Sep 17 00:00:00 2001
From: Romain GARBAGE <romain.garbage@inria.fr>
Date: Tue, 10 Dec 2024 14:31:06 +0100
Subject: [PATCH] guix-hpc8: Fix gateway address.

* guix-hpc8.scm: Fix gateway address.
---
 guix-hpc8.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix-hpc8.scm b/guix-hpc8.scm
index 61498c1..9984ee4 100644
--- a/guix-hpc8.scm
+++ b/guix-hpc8.scm
@@ -38,7 +38,7 @@
                                               (value "194.199.1.118/26"))))
                             (routes (list (network-route
                                            (destination "default")
-                                           (gateway "194.199.1.64"))))
+                                           (gateway "194.199.1.94"))))
                             (name-servers '("193.50.111.150")))))
 
             (operating-system-user-services base-os)))))
-- 
GitLab