atticd nos uses postgresql

This commit is contained in:
Danilo Reyes
2025-11-13 19:46:34 -06:00
parent c4dc5c316c
commit 6c3e800227
2 changed files with 5 additions and 1 deletions

View File

@@ -17,7 +17,10 @@ in
settings = {
listen = "[::]:${toString cfg.port}";
jwt = { };
database.heartbeat = true; # 5 minutes
database = {
heartbeat = true;
url = "postgresql:///${cfg.name}?host=${config.my.postgresSocket}";
};
chunking = {
nar-size-threshold = 64 * 1024; # 64 KiB
min-size = 16 * 1024; # 16 KiB

View File

@@ -39,6 +39,7 @@ let
"readeck"
"sonarqube"
"gitea"
"atticd"
];
in
{