From 81aae5cd8d0c859b2d6d16cfc40d1efb8f90f0f6 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 19 Oct 2021 13:22:21 -0700 Subject: [PATCH] It's gitea-passwd --- 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 214cfb9..4c4c4db 100644 --- a/config/host-config/procul.nix +++ b/config/host-config/procul.nix @@ -91,7 +91,7 @@ in { }; gitea-database-password = { - source-file = secrets.service-passwords.procul.gitea; + source-file = secrets.service-passwords.procul.gitea-database; target-file = "/srv/gitea/secure/database.passwd"; user = config.fudo.git.user; };