summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 74f4e168..376f91db 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -481,7 +481,7 @@ in rec {
481 services.uucp = { 481 services.uucp = {
482 enable = true; 482 enable = true;
483 nodeName = "ymir"; 483 nodeName = "ymir";
484 remoteNodes = ["isaac"]; # legacy name for odin 484 remoteNodes = ["isaac" "hel"]; # legacy name for odin
485 sshUser = { 485 sshUser = {
486 openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgtDHA7oDIaRwggGGznNaKZF68rFTziqefSCn1t9ZKe uucp@odin'' 486 openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgtDHA7oDIaRwggGGznNaKZF68rFTziqefSCn1t9ZKe uucp@odin''
487 ]; 487 ];
@@ -490,6 +490,9 @@ in rec {
490 Host isaac 490 Host isaac
491 Hostname odin.asgard.yggdrasil 491 Hostname odin.asgard.yggdrasil
492 IdentityFile ~/.ssh/odin 492 IdentityFile ~/.ssh/odin
493 Host hel
494 Hostname hel.midgard.yggdrasil
495 IdentityFile ~/.ssh/hel
493 ''; 496 '';
494 commandPath = ["${pkgs.rmail}/bin" "${pkgs.push2bin}/bin"]; 497 commandPath = ["${pkgs.rmail}/bin" "${pkgs.push2bin}/bin"];
495 defaultCommands = ["rmail" "push2bin"]; 498 defaultCommands = ["rmail" "push2bin"];