cleanup hades hosts
Some checks failed
Lint / lint (push) Failing after 1m35s
Plex Update / update (push) Successful in 1m51s

This commit is contained in:
Vivian 2023-12-24 11:16:12 +01:00
parent 1c0c9f0b2c
commit a25ef0c8ab
2 changed files with 13 additions and 33 deletions

View file

@ -34,6 +34,12 @@ in
services.postgresql = {
enable = true;
package = pkgs.postgresql_16;
settings = {
shared_preload_libraries = "pg_stat_statements";
"pg_stat_statements.track" = "all";
"pg_stat_statements.max" = 10000;
track_activity_query_size = 2048;
};
# The rest of the database setup is handled by mastodon
};