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";