hedgedoc: fix secrets

This commit is contained in:
SebastianStork 2025-08-02 21:29:12 +02:00
parent 9d23e032e9
commit 222841a064

View file

@ -32,10 +32,7 @@ in
owner = config.users.users.hedgedoc.name; owner = config.users.users.hedgedoc.name;
in in
{ {
secrets = { secrets."hedgedoc/gitlab-auth-secret".owner = owner;
"hedgedoc/seb-password".owner = owner;
"hedgedoc/gitlab-auth-secret".owner = owner;
};
templates."hedgedoc/environment" = { templates."hedgedoc/environment" = {
inherit owner; inherit owner;
content = "GITLAB_CLIENTSECRET=${config.sops.placeholder."hedgedoc/gitlab-auth-secret"}"; content = "GITLAB_CLIENTSECRET=${config.sops.placeholder."hedgedoc/gitlab-auth-secret"}";