diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-30 14:57:32 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-30 14:57:32 +0100 |
commit | 1066e7a197f27b674ebcb4152add91a47b43519f (patch) | |
tree | c714b9576ca985778041cdc4dfa03f784ef97200 /accounts/root@vidhar.nix | |
parent | 55cd742f61cda5efcdd6f0eca213d621710360d1 (diff) | |
download | nixos-1066e7a197f27b674ebcb4152add91a47b43519f.tar nixos-1066e7a197f27b674ebcb4152add91a47b43519f.tar.gz nixos-1066e7a197f27b674ebcb4152add91a47b43519f.tar.bz2 nixos-1066e7a197f27b674ebcb4152add91a47b43519f.tar.xz nixos-1066e7a197f27b674ebcb4152add91a47b43519f.zip |
...
Diffstat (limited to 'accounts/root@vidhar.nix')
-rw-r--r-- | accounts/root@vidhar.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 | }; |