beatific: add vagrant pubkey
This commit is contained in:
parent
40087d26be
commit
5b752f7cfa
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEpvV9dKUVBlv5VU3LU0XIGTQK/McPf3H31HHD/vINGG nix-on-droid@vagrant
|
|
@ -155,6 +155,7 @@ in {
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
initialPassword = "password";
|
initialPassword = "password";
|
||||||
openssh.authorizedKeys.keyFiles = [
|
openssh.authorizedKeys.keyFiles = [
|
||||||
|
../keys/nix-on-droid.vagrant.pub
|
||||||
../keys/tvb.backyard.pub
|
../keys/tvb.backyard.pub
|
||||||
../keys/tvb.catacomb.pub
|
../keys/tvb.catacomb.pub
|
||||||
../keys/tvb.empyrean.pub
|
../keys/tvb.empyrean.pub
|
||||||
|
|
Loading…
Reference in New Issue