diff --git a/modules/base/ssh.nix b/modules/base/ssh.nix index 464a048..29a26d8 100644 --- a/modules/base/ssh.nix +++ b/modules/base/ssh.nix @@ -29,9 +29,9 @@ in { "*" = { identityFile = "${config.age.secrets.ssh-key.path}"; }; - server = { + homelab = { hostname = "x.nickolaj.com"; - user = "server"; + user = "nickolaj"; }; # Work hostnames definded in ./networking.nix "bastion.ao" = {