mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
fix that error
This commit is contained in:
parent
f0803de5f7
commit
d46e581ddf
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ lib.mkIf config.user.overseer.enable {
|
|||
sops = {
|
||||
secrets."umami/secret" = {};
|
||||
secrets."umami/db_url" = {};
|
||||
secrets."umami/db_pass" = {};
|
||||
templates."umami-env".content = ''
|
||||
APP_SECRET=${config.sops.placeholder."umami/secret"}
|
||||
DATABASE_TYPE=mysql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue