From df5532308cdc41234e67f03fe79578a55b5b7431 Mon Sep 17 00:00:00 2001 From: alisceon Date: Mon, 29 Sep 2025 20:18:51 +0200 Subject: [PATCH] maybe maybe --- hosts/tesla-nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 6faebd6..252617a 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -42,7 +42,7 @@ ephemeral = false; privateNetwork = true; - privateUsers = false; + privateUsers = "identity"; hostAddress = "10.250.0.1"; # host end of veth localAddress = "10.250.0.2"; # container end of veth