diff options
| -rw-r--r-- | hel.nix | 2 | ||||
| -rw-r--r-- | ymir.nix | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -205,7 +205,7 @@ | |||
| 205 | remoteNodes = ["odin" "ymir"]; | 205 | remoteNodes = ["odin" "ymir"]; |
| 206 | sshUser = { | 206 | sshUser = { |
| 207 | openssh.authorizedKeys.keys = [ ''restrict,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 | ''restrict,command="${config.security.wrapperDir}/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJhACtnt9+3j2ev4QVA2QBlPtblPnu7yol2njgfMlHtC uucp@odin'' | 208 | ''restrict,command="${config.security.wrapperDir}/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKcDj49TqmflGTmtGBqDawxmCBWW1txj61CZ7KT0hTHK uucp@odin'' |
| 209 | ]; | 209 | ]; |
| 210 | }; | 210 | }; |
| 211 | sshConfig = '' | 211 | sshConfig = '' |
| @@ -852,7 +852,7 @@ in rec { | |||
| 852 | nodeName = "ymir"; | 852 | nodeName = "ymir"; |
| 853 | remoteNodes = [ "odin" "hel" ]; | 853 | remoteNodes = [ "odin" "hel" ]; |
| 854 | sshUser = { | 854 | sshUser = { |
| 855 | openssh.authorizedKeys.keys = [ ''restrict,command="${config.security.wrapperDir}/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgtDHA7oDIaRwggGGznNaKZF68rFTziqefSCn1t9ZKe uucp@odin'' | 855 | openssh.authorizedKeys.keys = [ ''restrict,command="${config.security.wrapperDir}/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKT/BsAMLJs9NYhKIso4J3EF+VzRBm3c+qCQ5ONKc/1s uucp@odin'' |
| 856 | ''restrict,command="${config.security.wrapperDir}/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOWBybBQKbPucqBgULQ1phv7IKFWl1Xc4drkCx3D5mIz uucp@hel'' | 856 | ''restrict,command="${config.security.wrapperDir}/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOWBybBQKbPucqBgULQ1phv7IKFWl1Xc4drkCx3D5mIz uucp@hel'' |
| 857 | ]; | 857 | ]; |
| 858 | }; | 858 | }; |
