diff --git a/snippets/ssh.nix b/snippets/ssh.nix index 248474a..cc17620 100644 --- a/snippets/ssh.nix +++ b/snippets/ssh.nix @@ -2,9 +2,9 @@ programs.ssh = { enable = true; matchBlocks = { - "sherbrooke" = { - hostname = "100.119.100.64"; - user = "vorboyvo"; + "parc" = { + hostname = "100.105.21.51"; + user = "alice"; }; "souligny" = { hostname = "168.138.90.29";