mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
Make it a list; add my new key
This commit is contained in:
parent
485e559fe1
commit
d270a211d8
4 changed files with 17 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue