Make it a list; add my new key

This commit is contained in:
Sridhar Ratnakumar 2022-12-27 14:48:21 -05:00
parent 485e559fe1
commit d270a211d8
4 changed files with 17 additions and 15 deletions

View file

@ -1,8 +1,9 @@
let
keys = [
(import ../users.nix).srid.sshKeyPub
(import ../systems/hetzner/ax41.info.nix).hostKeyPub
];
keys =
(import ../users.nix).srid.sshKeys
++ [
(import ../systems/hetzner/ax41.info.nix).hostKeyPub
];
in
{
"cache-priv-key.age".publicKeys = keys;