From e662bb181a82e0dbbe7da8acfe5671f9bd4e7ed1 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 3 Jan 2026 15:37:44 -0600 Subject: [PATCH] janus root --- homeManagerModules/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/ssh.nix b/homeManagerModules/ssh.nix index 83e3b01..611ca44 100644 --- a/homeManagerModules/ssh.nix +++ b/homeManagerModules/ssh.nix @@ -72,7 +72,7 @@ }; "janus" = { hostname = "janus.john-stream.com"; - user = "john"; + user = "root"; identitiesOnly = true; identityFile = "~/.ssh/id_ed25519"; certificateFile = "~/.ssh/id_ed25519-cert.pub";