Update nested secrets.

This commit is contained in:
Joseph Hanson 2024-04-29 11:03:17 -05:00
parent 0ac0530e07
commit b72b1d321b
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -14,9 +14,15 @@
# Mounts unencrypted sops values at /run/secrets/rndc_keys accessible by root only by default.
secrets = {
"rndc_keys" = {
"main" = {
owner = config.users.users.named.name;
inherit (config.users.users.named) group;
};
"externaldns" = {
owner = config.users.users.named.name;
inherit (config.users.users.named) group;
};
};
};
};