diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 13:49:31 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 13:49:31 +0200 |
commit | 30c0f61766d2e04a8e1389c677468aa76b3cb446 (patch) | |
tree | 13e30a55c0c364d23f87099af5bf838c0bcc52b4 /ymir.nix | |
parent | 22e40999c03f84365636ff65c5f3316512042910 (diff) | |
download | nixos-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.nix | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 | ]; |