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; };