summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-04-27 12:23:34 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-04-27 12:23:34 +0200
commitb682390b7599cedda5a83760e2a8ff3c49f59e9c (patch)
tree99d1dabd6f4f02c031d5c8c29d3e20a91659198d /ymir.nix
parent54959bdde1451ae83eb9ba2988b7db8aebe95f61 (diff)
downloadnixos-b682390b7599cedda5a83760e2a8ff3c49f59e9c.tar
nixos-b682390b7599cedda5a83760e2a8ff3c49f59e9c.tar.gz
nixos-b682390b7599cedda5a83760e2a8ff3c49f59e9c.tar.bz2
nixos-b682390b7599cedda5a83760e2a8ff3c49f59e9c.tar.xz
nixos-b682390b7599cedda5a83760e2a8ff3c49f59e9c.zip
isaac ssh config
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 5cf4c8a5..47fd9981 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -345,5 +345,10 @@ in rec {
345 openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgtDHA7oDIaRwggGGznNaKZF68rFTziqefSCn1t9ZKe uucp@odin'' 345 openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgtDHA7oDIaRwggGGznNaKZF68rFTziqefSCn1t9ZKe uucp@odin''
346 ]; 346 ];
347 }; 347 };
348 sshConfig = ''
349 Host isaac
350 Hostname odin.asgard.yggdrasil
351 IdentityFile ~/.ssh/
352 '';
348 }; 353 };
349} 354}