feat(agenix): use host keys for decryption

This commit is contained in:
2026-02-09 11:04:37 +01:00
parent 201aa1b797
commit 4fd953b188
4 changed files with 17 additions and 23 deletions
-11
View File
@@ -1,15 +1,4 @@
{
config,
pkgs,
...
}:
let
keys = builtins.map (
key: builtins.toString (pkgs.writeText "agenix-key" key)
) config.kekleo.publicKeys;
in
{
age.identityPaths = keys;
age.secrets.nc_customer = {
file = ./nc_customer.age;
owner = "dyndns";