From 19e0f2b53b8e3014918a1ec800496b4821aca744 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Mon, 14 Jul 2025 00:33:51 +0200 Subject: [PATCH] Update extra hosts --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;