file -> files

This commit is contained in:
niten 2021-10-19 13:19:32 -07:00
parent f782c15aae
commit 9fd1cb9fc4
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ in {
hosts.procul.external-interfaces = [ "extif0" ];
secrets.host-secrets.procul = let
secrets = config.fudo.secrets.file;
secrets = config.fudo.secrets.files;
in {
postgres-keytab = {
source-file = secrets.service-keytabs.procul.postgres;