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"; }; }