summaryrefslogtreecommitdiff
path: root/accounts/gkleen@skadhi/ssh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@skadhi/ssh/default.nix')
-rw-r--r--accounts/gkleen@skadhi/ssh/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/accounts/gkleen@skadhi/ssh/default.nix b/accounts/gkleen@skadhi/ssh/default.nix
index 2a75e3e3..806b9767 100644
--- a/accounts/gkleen@skadhi/ssh/default.nix
+++ b/accounts/gkleen@skadhi/ssh/default.nix
@@ -24,6 +24,10 @@
24 ${lib.concatStringsSep " " [".host" "skadhi" "skadhi.yggdrasil" "localhost" "::1" "127.0.0.0/8"]} = { 24 ${lib.concatStringsSep " " [".host" "skadhi" "skadhi.yggdrasil" "localhost" "::1" "127.0.0.0/8"]} = {
25 identityFile = "~/.ssh/gkleen@skadhi.yggdrasil"; 25 identityFile = "~/.ssh/gkleen@skadhi.yggdrasil";
26 }; 26 };
27 "git.yggdrasil.li" = {
28 user = "gitolite";
29 identityFile = "~/.ssh/gkleen@skadhi.yggdrasil";
30 };
27 }; 31 };
28 }; 32 };
29} 33}