summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 47fd9981..7ccde30b 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -348,7 +348,7 @@ in rec {
348 sshConfig = '' 348 sshConfig = ''
349 Host isaac 349 Host isaac
350 Hostname odin.asgard.yggdrasil 350 Hostname odin.asgard.yggdrasil
351 IdentityFile ~/.ssh/ 351 IdentityFile ~/.ssh/odin
352 ''; 352 '';
353 }; 353 };
354} 354}