summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-04-27 13:49:31 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-04-27 13:49:31 +0200
commit30c0f61766d2e04a8e1389c677468aa76b3cb446 (patch)
tree13e30a55c0c364d23f87099af5bf838c0bcc52b4 /ymir.nix
parent22e40999c03f84365636ff65c5f3316512042910 (diff)
downloadnixos-30c0f61766d2e04a8e1389c677468aa76b3cb446.tar
nixos-30c0f61766d2e04a8e1389c677468aa76b3cb446.tar.gz
nixos-30c0f61766d2e04a8e1389c677468aa76b3cb446.tar.bz2
nixos-30c0f61766d2e04a8e1389c677468aa76b3cb446.tar.xz
nixos-30c0f61766d2e04a8e1389c677468aa76b3cb446.zip
command-path
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/ymir.nix b/ymir.nix
index 26980944..755d0a2c 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -341,9 +341,7 @@ in rec {
341 services.uucp = { 341 services.uucp = {
342 enable = true; 342 enable = true;
343 nodeName = "ymir"; 343 nodeName = "ymir";
344 remoteNodes = { 344 remoteNodes = ["isaac"]; # legacy name for odin
345 "isaac" = ["pwd" "${pkgs.rmail}/bin/rmail"]; # legacy name for odin
346 };
347 sshUser = { 345 sshUser = {
348 openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgtDHA7oDIaRwggGGznNaKZF68rFTziqefSCn1t9ZKe uucp@odin'' 346 openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgtDHA7oDIaRwggGGznNaKZF68rFTziqefSCn1t9ZKe uucp@odin''
349 ]; 347 ];