fix(whitby): Include lukegb's & grfn's SSH keys in initrd

Change-Id: I8921d645b1a81510e04314e519195c1c01d3fd14
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2286
Reviewed-by: lukegb <lukegb@tvl.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2020-12-20 18:06:09 +01:00 committed by tazjin
parent 86ec8c1b94
commit c3bbb861b8

View file

@ -58,9 +58,10 @@ in lib.fix(self: {
ssh = {
enable = true;
port = 2222;
authorizedKeys = [
depot.users.tazjin.keys.frog
];
authorizedKeys =
depot.users.tazjin.keys.all
++ depot.users.lukegb.keys.all
++ [ depot.users.glittershark.keys.whitby ];
hostKeys = [
/etc/secrets/initrd_host_ed25519_key