From d8539107a67eb7d92f78a751d62f51de1ad0046d Mon Sep 17 00:00:00 2001 From: ekzyis Date: Fri, 26 Apr 2024 02:29:55 +0200 Subject: [PATCH] Add 10.101.111.1 bitwarden.ekzyis.com to /etc/hosts --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 33780bd..a3ed5e2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,6 +18,10 @@ # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. + networking.extraHosts = + '' + 10.101.111.1 bitwarden.ekzyis.com + ''; # Set your time zone. time.timeZone = "Europe/Berlin";