diff --git a/config/host-config/procul.nix b/config/host-config/procul.nix index 771d541..214cfb9 100644 --- a/config/host-config/procul.nix +++ b/config/host-config/procul.nix @@ -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;