diff --git a/modules/services/monitoring/loki/module.nix b/modules/services/monitoring/loki/module.nix index f2e046a..eda11a2 100644 --- a/modules/services/monitoring/loki/module.nix +++ b/modules/services/monitoring/loki/module.nix @@ -19,7 +19,6 @@ in { package = pkgs.loki; configuration = { - }; }; }; diff --git a/modules/services/stalwart/module.nix b/modules/services/stalwart/module.nix index d515308..67e3d96 100644 --- a/modules/services/stalwart/module.nix +++ b/modules/services/stalwart/module.nix @@ -92,31 +92,31 @@ in { # default-language = "en"; # }; # }; - # store = { - # postgresql = { - # # Specifies the database type, set to "postgresql" for PostgreSQL. - # type = "postgresql"; + # store = { + # postgresql = { + # # Specifies the database type, set to "postgresql" for PostgreSQL. + # type = "postgresql"; - # # The hostname or IP address of the PostgreSQL server. - # host = "localhost"; + # # The hostname or IP address of the PostgreSQL server. + # host = "localhost"; - # # Port PostgreSQL runs on. Defaults to 5432. - # port = "5432"; + # # Port PostgreSQL runs on. Defaults to 5432. + # port = "5432"; - # # Name of the database to connect to. - # # TODO: add this to PostgreSQL. - # database = "stalwart"; + # # Name of the database to connect to. + # # TODO: add this to PostgreSQL. + # database = "stalwart"; - # # The username used for authentication with the PostgreSQL server. - # # TODO: add this to PostgreSQL. - # user = "stalwart"; + # # The username used for authentication with the PostgreSQL server. + # # TODO: add this to PostgreSQL. + # user = "stalwart"; - # password = ""; + # password = ""; - # # Enable TLS - # tls.enable = true; - # }; - # }; + # # Enable TLS + # tls.enable = true; + # }; + # }; }; }; services.nginx = {