dhcp: fix syntax

This commit is contained in:
Astro 2019-07-28 01:10:44 +02:00
parent 51380a3935
commit df432f8e8a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
networking.hostName = "dhcp";
networking.defaultGateway = "172.22.99.1";
networking.nameservers = [ ""172.20.73.8" "172.20.72.6" "172.20.72.10" "9.9.9.9" ];
networking.nameservers = [ "172.20.73.8" "172.20.72.6" "172.20.72.10" "9.9.9.9" ];
networking.interfaces.eth0 = {
ipv4.addresses = [ {
address = "172.22.99.254";