summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-12 14:11:05 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-12 14:11:05 +0100
commitba31496ec11ec48cc2c4f564fe054984ce614657 (patch)
tree39dc4a9444c705c44c665ffd0fafa540f40260fb /accounts
parentab9c3e24f1f33e1b52065f295521d4184fb7f61b (diff)
downloadnixos-ba31496ec11ec48cc2c4f564fe054984ce614657.tar
nixos-ba31496ec11ec48cc2c4f564fe054984ce614657.tar.gz
nixos-ba31496ec11ec48cc2c4f564fe054984ce614657.tar.bz2
nixos-ba31496ec11ec48cc2c4f564fe054984ce614657.tar.xz
nixos-ba31496ec11ec48cc2c4f564fe054984ce614657.zip
deploy-rs, zfs: ...
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index cd4c0c2d..f32ac91a 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -257,6 +257,9 @@
257 { hostname = "vidhar.yggdrasil"; 257 { hostname = "vidhar.yggdrasil";
258 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; 258 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
259 }; 259 };
260 "sif" =
261 { identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
262 };
260 "unison.vidhar" = 263 "unison.vidhar" =
261 { hostname = "vidhar.yggdrasil"; 264 { hostname = "vidhar.yggdrasil";
262 identityFile = "~/.ssh/unison.gkleen@vidhar.yggdrasil"; 265 identityFile = "~/.ssh/unison.gkleen@vidhar.yggdrasil";