From 4d0cc15291e90a5bfd5987cead055e2aa0ff0030 Mon Sep 17 00:00:00 2001 From: hektor Date: Sat, 11 Jul 2026 22:38:41 +0200 Subject: [PATCH] fix(hecuba): use 'h' username --- hosts/hecuba/meta.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hecuba/meta.nix b/hosts/hecuba/meta.nix index 635ecd8..a84611f 100644 --- a/hosts/hecuba/meta.nix +++ b/hosts/hecuba/meta.nix @@ -4,6 +4,6 @@ tags = [ "lab" ]; deploy.autoRollback = true; host = { - username = "username"; + username = "h"; }; }