From b161ccbb81e0587940d1b37da60fd2bf596b0b7e Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Mon, 10 Feb 2025 18:29:25 -0500 Subject: [PATCH] Replaced sherbrooke with parc in ssh options. --- snippets/ssh.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";