about summary refs log tree commit diff
path: root/nixos/tests/ssh-keys.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2021-03-18 20:02:07 +0300
committerNikolay Amiantov <ab@fmap.me>2022-02-05 23:33:10 +0300
commit524aecf61e11663a3e841bee2e2b3a45a64ffdc2 (patch)
treee92e82fd434c0754e29bc83dacd98cf1fc981df7 /nixos/tests/ssh-keys.nix
parent077d0524ccfec44c00b469833ad7b5d8a984e7f6 (diff)
google-compute-config: update config
Diffstat (limited to 'nixos/tests/ssh-keys.nix')
-rw-r--r--nixos/tests/ssh-keys.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/ssh-keys.nix b/nixos/tests/ssh-keys.nix
index 07d422196efa7..df9ff38a3b22a 100644
--- a/nixos/tests/ssh-keys.nix
+++ b/nixos/tests/ssh-keys.nix
@@ -10,6 +10,6 @@ pkgs:
   snakeOilPublicKey = pkgs.lib.concatStrings [
     "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHA"
     "yNTYAAABBBChdA2BmwcG49OrQN33f/sj+OHL5sJhwVl2Qim0vkUJQCry1zFpKTa"
-    "9ZcDMiWaEhoAR6FGoaGI04ff7CS+1yybQ= sakeoil"
+    "9ZcDMiWaEhoAR6FGoaGI04ff7CS+1yybQ= snakeoil"
   ];
 }