string not object
This commit is contained in:
parent
ac37c82298
commit
48ca3b1a2f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in
|
|||
# Mounts unencrypted sops values at /run/secrets/rndc_keys accessible by root only by default.
|
||||
secrets = {
|
||||
"lego/dnsimple/token" = {
|
||||
owner = config.users.users.kah;
|
||||
owner = config.users.users.kah.name;
|
||||
inherit (config.users.users.kah) group;
|
||||
};
|
||||
};
|
||||
|
|
Reference in a new issue