From 44d1831c84689313b2eb32d86a40ed2eae06e294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sun, 16 Aug 2026 19:15:07 +0200 Subject: [PATCH] fix avd user --- homeConfigurations/muede/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeConfigurations/muede/ssh.nix b/homeConfigurations/muede/ssh.nix index 52cc5eb..aff53ca 100644 --- a/homeConfigurations/muede/ssh.nix +++ b/homeConfigurations/muede/ssh.nix @@ -36,7 +36,7 @@ }; "avd" = { HostName = "avd.club.berlin.ccc.de"; - User = "vinzenz"; + User = "mara"; }; "builder.berlin.ccc.de" = { HostName = "195.160.172.36";