Upgrading to 25.05

This commit is contained in:
Gene Liverman 2025-06-11 09:47:46 -04:00 committed by Gene Liverman
parent ee404a2e71
commit 4696a87825
11 changed files with 126 additions and 96 deletions

View file

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