Fix tabs
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
20205a1a8e
commit
13090302b5
|
@ -95,13 +95,13 @@
|
|||
(addresses (list (network-address
|
||||
(device "eth0")
|
||||
(value "192.168.1.118/24"))
|
||||
(network-address
|
||||
(network-address
|
||||
(device "eth0")
|
||||
(value "2001:910:1021::118/64"))))
|
||||
(routes (list (network-route
|
||||
(destination "default")
|
||||
(gateway "192.168.0.1"))
|
||||
(network-route
|
||||
(network-route
|
||||
(destination "default")
|
||||
(gateway "192.168.0.1"))))
|
||||
(name-servers (list "192.168.0.1" "2001:910:1021::1")))))
|
||||
|
|
Loading…
Reference in New Issue