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