network: fix default IPv6 route
Without that fix the network didn't completely start, and because of that the network was partially configured. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
5f9a421a4a
commit
7668a92fa4
|
@ -134,7 +134,7 @@ needed for unattended upgrades to work.")
|
||||||
(gateway "192.168.0.1"))
|
(gateway "192.168.0.1"))
|
||||||
(network-route
|
(network-route
|
||||||
(destination "default")
|
(destination "default")
|
||||||
(gateway "192.168.0.1"))))
|
(gateway "2001:910:1021::1"))))
|
||||||
(name-servers (list "192.168.0.1" "2001:910:1021::1")))))
|
(name-servers (list "192.168.0.1" "2001:910:1021::1")))))
|
||||||
;; OpenSSH
|
;; OpenSSH
|
||||||
(service openssh-service-type
|
(service openssh-service-type
|
||||||
|
|
Loading…
Reference in New Issue