loki: stalwart: formatting

This commit is contained in:
Bloxx12 2025-06-04 08:29:15 +02:00
commit a64bc12cf1
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
2 changed files with 19 additions and 20 deletions

View file

@ -19,7 +19,6 @@ in {
package = pkgs.loki; package = pkgs.loki;
configuration = { configuration = {
}; };
}; };
}; };

View file

@ -92,31 +92,31 @@ in {
# default-language = "en"; # default-language = "en";
# }; # };
# }; # };
# store = { # store = {
# postgresql = { # postgresql = {
# # Specifies the database type, set to "postgresql" for PostgreSQL. # # Specifies the database type, set to "postgresql" for PostgreSQL.
# type = "postgresql"; # type = "postgresql";
# # The hostname or IP address of the PostgreSQL server. # # The hostname or IP address of the PostgreSQL server.
# host = "localhost"; # host = "localhost";
# # Port PostgreSQL runs on. Defaults to 5432. # # Port PostgreSQL runs on. Defaults to 5432.
# port = "5432"; # port = "5432";
# # Name of the database to connect to. # # Name of the database to connect to.
# # TODO: add this to PostgreSQL. # # TODO: add this to PostgreSQL.
# database = "stalwart"; # database = "stalwart";
# # The username used for authentication with the PostgreSQL server. # # The username used for authentication with the PostgreSQL server.
# # TODO: add this to PostgreSQL. # # TODO: add this to PostgreSQL.
# user = "stalwart"; # user = "stalwart";
# password = ""; # password = "";
# # Enable TLS # # Enable TLS
# tls.enable = true; # tls.enable = true;
# }; # };
# }; # };
}; };
}; };
services.nginx = { services.nginx = {