mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-28 03:37:12 +08:00
9 lines
180 B
Nix
9 lines
180 B
Nix
let
|
|
keys = [
|
|
(builtins.readFile ../nixos/takemessh/id_rsa.pub)
|
|
(import ../systems/hetzner/ax41.info.nix).hostKeyPub
|
|
];
|
|
in
|
|
{
|
|
"cache-priv-key.age".publicKeys = keys;
|
|
}
|