diff options
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 4 | ||||
-rw-r--r-- | accounts/root@vidhar.nix | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index cda534c9..e7087c26 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -392,8 +392,8 @@ | |||
392 | { proxyCommand = "${pkgs.socat}/bin/socat - SOCKS4A:127.0.0.1:%h:%p,socksport=8118"; | 392 | { proxyCommand = "${pkgs.socat}/bin/socat - SOCKS4A:127.0.0.1:%h:%p,socksport=8118"; |
393 | }; | 393 | }; |
394 | "yggdrasil.borgbase" = | 394 | "yggdrasil.borgbase" = |
395 | { hostname = "jifm96kk.repo.borgbase.com"; | 395 | { hostname = "nx69hpl8.repo.borgbase.com"; |
396 | user = "jifm96kk"; | 396 | user = "nx69hpl8"; |
397 | identityFile = "~/.ssh/borgbase"; | 397 | identityFile = "~/.ssh/borgbase"; |
398 | }; | 398 | }; |
399 | } | 399 | } |
diff --git a/accounts/root@vidhar.nix b/accounts/root@vidhar.nix index cca5a21b..ad30cffb 100644 --- a/accounts/root@vidhar.nix +++ b/accounts/root@vidhar.nix | |||
@@ -3,8 +3,8 @@ | |||
3 | home-manager.users.${userName} = { | 3 | home-manager.users.${userName} = { |
4 | programs.ssh.matchBlocks = { | 4 | programs.ssh.matchBlocks = { |
5 | "yggdrasil.borgbase" = | 5 | "yggdrasil.borgbase" = |
6 | { hostname = "jifm96kk.repo.borgbase.com"; | 6 | { hostname = "nx69hpl8.repo.borgbase.com"; |
7 | user = "jifm96kk"; | 7 | user = "nx69hpl8"; |
8 | identityFile = "~/.ssh/append.borgbase"; | 8 | identityFile = "~/.ssh/append.borgbase"; |
9 | }; | 9 | }; |
10 | }; | 10 | }; |