From 5c6b8d73dfceac1ac1f64f2cdc6d436adde9f3e2 Mon Sep 17 00:00:00 2001 From: Nickolaj Jepsen Date: Tue, 22 Apr 2025 00:32:57 +0200 Subject: [PATCH] chore: update ssh config for homelab --- modules/base/ssh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" = {