23
7
Fork 3

storage-ng/public-access-proxy: default gateway 172.22.99.4 on eth0

Dieser Commit ist enthalten in:
Markus Schmidl 2019-04-02 03:03:19 +02:00
Ursprung 0e5096599e
Commit 72376456e1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -21,7 +21,7 @@
fileSystems."/" = { fsType = "rootfs"; device = "rootfs"; };
networking.hostName = "public-access-proxy";
networking.defaultGateway = "172.22.99.4";
networking.defaultGateway = { address = "172.22.99.4"; interface = "eth0"; };
# Set your time zone.
time.timeZone = "Europe/Berlin";