task | formating
This commit is contained in:
parent
0225f2fdac
commit
d151bdfa18
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# This file was populated at runtime with the networking
|
# This file was populated at runtime with the networking
|
||||||
# details gathered from the active system.
|
# details gathered from the active system.
|
||||||
networking = {
|
networking = {
|
||||||
nameservers = [ "8.8.8.8"
|
nameservers = [ "1.1.1.1"
|
||||||
];
|
];
|
||||||
defaultGateway = "172.31.1.1";
|
defaultGateway = "172.31.1.1";
|
||||||
defaultGateway6 = {
|
defaultGateway6 = {
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
];
|
];
|
||||||
ipv6.addresses = [
|
ipv6.addresses = [
|
||||||
{ address="2a01:4ff:f0:c3e0::1"; prefixLength=64; }
|
{ address="2a01:4ff:f0:c3e0::1"; prefixLength=64; }
|
||||||
{ address="fe80::9400:3ff:fec1:e04f"; prefixLength=64; }
|
{ address="fe80::9400:3ff:fec1:e04f"; prefixLength=64; }
|
||||||
];
|
];
|
||||||
ipv4.routes = [ { address = "172.31.1.1"; prefixLength = 32; } ];
|
ipv4.routes = [ { address = "172.31.1.1"; prefixLength = 32; } ];
|
||||||
ipv6.routes = [ { address = "fe80::1"; prefixLength = 128; } ];
|
ipv6.routes = [ { address = "fe80::1"; prefixLength = 128; } ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue