string not object

This commit is contained in:
Joseph Hanson 2024-05-28 17:35:12 -05:00
parent ac37c82298
commit 48ca3b1a2f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -19,7 +19,7 @@ in
# Mounts unencrypted sops values at /run/secrets/rndc_keys accessible by root only by default. # Mounts unencrypted sops values at /run/secrets/rndc_keys accessible by root only by default.
secrets = { secrets = {
"lego/dnsimple/token" = { "lego/dnsimple/token" = {
owner = config.users.users.kah; owner = config.users.users.kah.name;
inherit (config.users.users.kah) group; inherit (config.users.users.kah) group;
}; };
}; };