From ee8a58a72f8c39096e2dc19bb8ddba673616b7c6 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 11 Dec 2013 16:18:12 +0100 Subject: [PATCH] Remove a hardcoded SSH public key from the Google Compute image. --- nixos/modules/virtualisation/google-compute-image.nix | 2 -- 1 file changed, 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.";