chore: update ssh config for homelab

This commit is contained in:
Nickolaj Jepsen 2025-04-22 00:32:57 +02:00
parent 9665106633
commit 5c6b8d73df

View file

@ -29,9 +29,9 @@ in {
"*" = { "*" = {
identityFile = "${config.age.secrets.ssh-key.path}"; identityFile = "${config.age.secrets.ssh-key.path}";
}; };
server = { homelab = {
hostname = "x.nickolaj.com"; hostname = "x.nickolaj.com";
user = "server"; user = "nickolaj";
}; };
# Work hostnames definded in ./networking.nix # Work hostnames definded in ./networking.nix
"bastion.ao" = { "bastion.ao" = {