summary refs log tree commit diff
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2013-12-11 16:18:12 +0100
committerRob Vermaas <rob.vermaas@gmail.com>2013-12-11 16:18:12 +0100
commitee8a58a72f8c39096e2dc19bb8ddba673616b7c6 (patch)
tree6a42e5501184ee536e525d117ee280a3269eba16
parentf7b256a221c2bf12c17685b533cf443a1b1b8c1b (diff)
downloadnixlib-ee8a58a72f8c39096e2dc19bb8ddba673616b7c6.tar
nixlib-ee8a58a72f8c39096e2dc19bb8ddba673616b7c6.tar.gz
nixlib-ee8a58a72f8c39096e2dc19bb8ddba673616b7c6.tar.bz2
nixlib-ee8a58a72f8c39096e2dc19bb8ddba673616b7c6.tar.lz
nixlib-ee8a58a72f8c39096e2dc19bb8ddba673616b7c6.tar.xz
nixlib-ee8a58a72f8c39096e2dc19bb8ddba673616b7c6.tar.zst
nixlib-ee8a58a72f8c39096e2dc19bb8ddba673616b7c6.zip
Remove a hardcoded SSH public key from the Google Compute image.
-rw-r--r--nixos/modules/virtualisation/google-compute-image.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/virtualisation/google-compute-image.nix b/nixos/modules/virtualisation/google-compute-image.nix
index edf10c0e5048..3254d64b2849 100644
--- a/nixos/modules/virtualisation/google-compute-image.nix
+++ b/nixos/modules/virtualisation/google-compute-image.nix
@@ -121,8 +121,6 @@ with pkgs.lib;
     169.254.169.254 metadata.google.internal metadata
   '';
 
-  users.extraUsers.root.openssh.authorizedKeys.keys = ["ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCt9GBbtWUTDacovm2O6qDw/SsmUmwYBu3k+6kx8/Xv7IJK5uqxhNTBc0MfADBV6EMZVDkaw+rDeRvcDuEzz2r/CP/x1vVDiwWYjyU2uOZEHFKh15W/1qC9fwBIikcbgm+8R33kmpFr9AChP4KWR+4T3jf0AYknZ3pbZ5GPCTWmWeOR4PVhtusDt0/cfWrENrA0mFo37xohn5lFsbrJ5/rMuhWglTuHIQFGwECqbYPvyxDLZxAfqg1Wc1AJAW8xRuJafvPyuxsj+qJu+MfKpAcxSoXDtldPxCFF6e/4j0Ey/kz435fJS/AjSJwmeurOQ/vB+tm2Db1wLWc1669S46Kl rbvermaa@propowerrrr"];
-
   # fetch authorized keys for root user
   systemd.services.fetch-root-authorized-keys =
     { description = "Fetch authorized_keys for root user.";