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:
Denis 'GNUtoo' Carikli 2023-10-02 22:43:55 +02:00
parent 5f9a421a4a
commit 7668a92fa4
Signed by: GNUtoo
GPG Key ID: 5F5DFCC14177E263
1 changed files with 1 additions and 1 deletions

View File

@ -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