From 44490c660b81375f20fec8c2798287778e25c36c Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Sat, 22 Mar 2025 16:43:57 -0500 Subject: [PATCH] update niux2joe ssh --- common/_home_manager/mods/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/_home_manager/mods/ssh.nix b/common/_home_manager/mods/ssh.nix index 4cc9ba6..7f2c4ef 100644 --- a/common/_home_manager/mods/ssh.nix +++ b/common/_home_manager/mods/ssh.nix @@ -38,7 +38,7 @@ in }; "joe" = { identityFile = age.secrets.nix2joe.path; - user = "josh"; + user = "ringo"; }; "gp3" = { identityFile = age.secrets.nix2gpdPocket3.path;