diff --git a/configuration.nix b/configuration.nix index ea14bce..b6872d6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -21,7 +21,7 @@ networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. networking.extraHosts = '' - 10.101.111.1 bitwarden.ekzyis.com + 10.101.111.1 bitwarden.ekzy.is ''; virtualisation.docker.enable = true;