summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}