Mentions légales du service

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

guix-hpc8: Update network configuration.

* guix-hpc8.scm: Update network configuration.
parent 49a9179c
No related branches found
No related tags found
1 merge request!22guix-hpc8: Update network configuration.
......@@ -35,10 +35,10 @@
(list (static-networking
(addresses (list (network-address
(device "ens10f0")
(value "194.199.1.118/26"))))
(value "194.199.1.24/27"))))
(routes (list (network-route
(destination "default")
(gateway "194.199.1.94"))))
(gateway "194.199.1.30"))))
(name-servers '("193.50.111.150")))))
(operating-system-user-services base-os)))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment