From 4c9c76c2c1eb7b0cbff539e55981c5dce5e69f29 Mon Sep 17 00:00:00 2001 From: Adam Rabjerg Date: Mon, 23 Jan 2023 09:32:40 +0100 Subject: [PATCH] added geekom-home to /etc/hosts to access geekom via wireguard VPN. --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.nix b/configuration.nix index ff611aa..e1590ae 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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";