summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-20 21:44:40 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-20 21:44:40 +0200
commit55f22c4980e39ecb8deb5414b94bb75eeed00be0 (patch)
tree54c13c0acfca280af8f3c679808cb9716663be63 /hel.nix
parent4823986f71b98a47fa9a6e57ab82bf1e270b35f9 (diff)
downloadnixos-55f22c4980e39ecb8deb5414b94bb75eeed00be0.tar
nixos-55f22c4980e39ecb8deb5414b94bb75eeed00be0.tar.gz
nixos-55f22c4980e39ecb8deb5414b94bb75eeed00be0.tar.bz2
nixos-55f22c4980e39ecb8deb5414b94bb75eeed00be0.tar.xz
nixos-55f22c4980e39ecb8deb5414b94bb75eeed00be0.zip
syntax
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 2ccb3ab5..27d2bd24 100644
--- a/hel.nix
+++ b/hel.nix
@@ -130,7 +130,7 @@
130 remoteNodes = ["isaac" "ymir"]; # legacy name for odin 130 remoteNodes = ["isaac" "ymir"]; # legacy name for odin
131 sshUser = { 131 sshUser = {
132 openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFH1QWdgoC03nzW5GBuCl2pqASHeIXIYtE9IInHdaKcO uucp@ymir'' 132 openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFH1QWdgoC03nzW5GBuCl2pqASHeIXIYtE9IInHdaKcO uucp@ymir''
133 ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="${pkgs.writeScript "odin.sh" "${pkgs.stdenv.shell}\necho .\nexec /var/setuid-wrappers/uucico"}" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJhACtnt9+3j2ev4QVA2QBlPtblPnu7yol2njgfMlHtC uucp@odin'' 133 ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="${pkgs.writeScript "odin.sh" "#!${pkgs.stdenv.shell}\necho .\nexec /var/setuid-wrappers/uucico\n"}" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJhACtnt9+3j2ev4QVA2QBlPtblPnu7yol2njgfMlHtC uucp@odin''
134 ]; 134 ];
135 }; 135 };
136 sshConfig = '' 136 sshConfig = ''