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