mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Upgrading to 25.05
This commit is contained in:
parent
ee404a2e71
commit
4696a87825
11 changed files with 126 additions and 96 deletions
|
|
@ -112,16 +112,6 @@ in {
|
|||
};
|
||||
plausible = {
|
||||
enable = true;
|
||||
adminUser = {
|
||||
# activate is used to skip the email verification of the admin-user that's
|
||||
# automatically created by plausible. This is only supported if
|
||||
# postgresql is configured by the module. This is done by default, but
|
||||
# can be turned off with services.plausible.database.postgres.setup.
|
||||
activate = true;
|
||||
email = "${username}@technicalissues.us";
|
||||
name = username;
|
||||
passwordFile = config.sops.secrets.plausible_admin_pass.path;
|
||||
};
|
||||
database = {
|
||||
clickhouse.setup = true;
|
||||
postgres.setup = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue