Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit 16bb2f33 authored by Romain Garbage's avatar Romain Garbage
Browse files

guix-hpc8: Fix gateway address.

* guix-hpc8.scm: Fix gateway address.
parent a78ee24f
No related branches found
No related tags found
1 merge request!21guix-hpc8: Fix gateway address.
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
(value "194.199.1.118/26")))) (value "194.199.1.118/26"))))
(routes (list (network-route (routes (list (network-route
(destination "default") (destination "default")
(gateway "194.199.1.64")))) (gateway "194.199.1.94"))))
(name-servers '("193.50.111.150"))))) (name-servers '("193.50.111.150")))))
(operating-system-user-services base-os))))) (operating-system-user-services base-os)))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment