formatting

This commit is contained in:
pazpi 2024-08-16 18:21:31 +02:00
parent 4e17989a59
commit 0a48b3d817
No known key found for this signature in database
GPG key ID: 0942571C4B9966BE
3 changed files with 6 additions and 6 deletions

View file

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