atticd nos uses postgresql
This commit is contained in:
@@ -17,7 +17,10 @@ in
|
|||||||
settings = {
|
settings = {
|
||||||
listen = "[::]:${toString cfg.port}";
|
listen = "[::]:${toString cfg.port}";
|
||||||
jwt = { };
|
jwt = { };
|
||||||
database.heartbeat = true; # 5 minutes
|
database = {
|
||||||
|
heartbeat = true;
|
||||||
|
url = "postgresql:///${cfg.name}?host=${config.my.postgresSocket}";
|
||||||
|
};
|
||||||
chunking = {
|
chunking = {
|
||||||
nar-size-threshold = 64 * 1024; # 64 KiB
|
nar-size-threshold = 64 * 1024; # 64 KiB
|
||||||
min-size = 16 * 1024; # 16 KiB
|
min-size = 16 * 1024; # 16 KiB
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ let
|
|||||||
"readeck"
|
"readeck"
|
||||||
"sonarqube"
|
"sonarqube"
|
||||||
"gitea"
|
"gitea"
|
||||||
|
"atticd"
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user