(address . bug-guix@gnu.org)
Hello,
When using this service:
Toggle snippet (22 lines)
(service static-networking-service-type
(list (static-networking
(addresses
(list
;; Connection to the DMZ for public access
;; This is a 10G port.
(network-address
(device "eno2")
(value "141.80.181.40/24"))))
(routes
(list (network-route
(destination "default")
(gateway "141.80.181.1")))))
(static-networking
(addresses
(list
;; Connection to build nodes
(network-address
(device "eno1")
(value "141.80.167.131/26")))))))
I have the following error message:
Toggle snippet (3 lines)
service networking provided more that once
I guess it boils down to tweak the "provision" field accordingly, but it
should be automated or documented properly.
Thanks,
Mathieu