formatting
This commit is contained in:
parent
4e17989a59
commit
0a48b3d817
3 changed files with 6 additions and 6 deletions
|
|
@ -10,14 +10,14 @@
|
|||
|
||||
# We don't use DHCP, so we configure it statically.
|
||||
# interfaces.eth0.ipv4.addresses = [{
|
||||
# address = "10.42.135.101";
|
||||
# prefixLength = 24;
|
||||
# address = "10.42.135.101";
|
||||
# prefixLength = 24;
|
||||
# }];
|
||||
|
||||
# # We can access the internet through this interface.
|
||||
# defaultGateway = {
|
||||
# address = "10.42.135.1";
|
||||
# interface = "eth0";
|
||||
# address = "10.42.135.1";
|
||||
# interface = "eth0";
|
||||
# };
|
||||
|
||||
# Since we don't use DHCP, we need to set our own nameservers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue