From 9fd1cb9fc479fe1904a9f286b37955903ecd685a Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 19 Oct 2021 13:19:32 -0700 Subject: [PATCH] file -> files --- config/host-config/procul.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;