diff options
-rw-r--r-- | ymir.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | } |