atticd nos uses postgresql
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user