summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-12-19 15:06:39 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-12-19 15:06:39 +0100
commit94e84db5e101c28b5d8e0d385dd25bca2d7a8f7d (patch)
tree193364651c71d67b3ed89335dd62ea2c2e87d69c /hel.nix
parent4de8d0e3bd9f9efd210139e416562d9b901e177c (diff)
downloadnixos-94e84db5e101c28b5d8e0d385dd25bca2d7a8f7d.tar
nixos-94e84db5e101c28b5d8e0d385dd25bca2d7a8f7d.tar.gz
nixos-94e84db5e101c28b5d8e0d385dd25bca2d7a8f7d.tar.bz2
nixos-94e84db5e101c28b5d8e0d385dd25bca2d7a8f7d.tar.xz
nixos-94e84db5e101c28b5d8e0d385dd25bca2d7a8f7d.zip
cleanup
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index 1165e4fa..5e444136 100644
--- a/hel.nix
+++ b/hel.nix
@@ -204,8 +204,8 @@
204 nodeName = "hel"; 204 nodeName = "hel";
205 remoteNodes = ["isaac" "ymir"]; # legacy name for odin 205 remoteNodes = ["isaac" "ymir"]; # legacy name for odin
206 sshUser = { 206 sshUser = {
207 openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="${config.security.wrapperDir}/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFH1QWdgoC03nzW5GBuCl2pqASHeIXIYtE9IInHdaKcO uucp@ymir'' 207 openssh.authorizedKeys.keys = [ ''restrict,command="${config.security.wrapperDir}/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFH1QWdgoC03nzW5GBuCl2pqASHeIXIYtE9IInHdaKcO uucp@ymir''
208 ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="${pkgs.writeScript "odin.sh" "#!${pkgs.stdenv.shell}\necho .\nexec -a uucico ${config.security.wrapperDir}/uucico\n"}" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJhACtnt9+3j2ev4QVA2QBlPtblPnu7yol2njgfMlHtC uucp@odin'' 208 ''restrict,command="${pkgs.writeScript "odin.sh" "#!${pkgs.stdenv.shell}\necho .\nexec -a uucico ${config.security.wrapperDir}/uucico\n"}" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJhACtnt9+3j2ev4QVA2QBlPtblPnu7yol2njgfMlHtC uucp@odin''
209 ]; 209 ];
210 }; 210 };
211 sshConfig = '' 211 sshConfig = ''