added geekom-home to /etc/hosts to access geekom via wireguard VPN.

This commit is contained in:
2023-01-23 09:32:40 +01:00
parent 40d1ee8a55
commit 4c9c76c2c1

View File

@@ -44,6 +44,12 @@
# Enable networking
networking.networkmanager.enable = true;
# Extra hosts in /etc/hosts
networking.extraHosts =
"
10.8.0.1 geekom-remote
";
# Set your time zone.
time.timeZone = "Europe/Berlin";