mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
hedgedoc: fix secrets
This commit is contained in:
parent
9d23e032e9
commit
222841a064
1 changed files with 1 additions and 4 deletions
|
|
@ -32,10 +32,7 @@ in
|
|||
owner = config.users.users.hedgedoc.name;
|
||||
in
|
||||
{
|
||||
secrets = {
|
||||
"hedgedoc/seb-password".owner = owner;
|
||||
"hedgedoc/gitlab-auth-secret".owner = owner;
|
||||
};
|
||||
secrets."hedgedoc/gitlab-auth-secret".owner = owner;
|
||||
templates."hedgedoc/environment" = {
|
||||
inherit owner;
|
||||
content = "GITLAB_CLIENTSECRET=${config.sops.placeholder."hedgedoc/gitlab-auth-secret"}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue