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;