From 48610a93e05a3f34ba47991c03fe93ac31bff6c6 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 19 Mar 2026 10:03:55 -0600 Subject: [PATCH] Updated user I wanna ssh with --- modules/home/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/ssh.nix b/modules/home/ssh.nix index fadb176..37873cf 100644 --- a/modules/home/ssh.nix +++ b/modules/home/ssh.nix @@ -24,7 +24,7 @@ }; "lloyd" = { hostname = "lloyd"; - user = "truenas_admin"; + user = "atridad"; }; }; };