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";