From 701bcdbead7597cddd3fc92a3581da95a138ef45 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 19 May 2023 22:11:38 -0400 Subject: nixos: fix typos --- nixos/modules/services/mail/roundcube.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/mail') diff --git a/nixos/modules/services/mail/roundcube.nix b/nixos/modules/services/mail/roundcube.nix index b9cf526b0bbe..22a4e3c451ab 100644 --- a/nixos/modules/services/mail/roundcube.nix +++ b/nixos/modules/services/mail/roundcube.nix @@ -72,7 +72,7 @@ in type = types.str; description = lib.mdDoc '' Password file for the postgresql connection. - Must be formated according to PostgreSQL .pgpass standard (see https://www.postgresql.org/docs/current/libpq-pgpass.html) + Must be formatted according to PostgreSQL .pgpass standard (see https://www.postgresql.org/docs/current/libpq-pgpass.html) but only one line, no comments and readable by user `nginx`. Ignored if `database.host` is set to `localhost`, as peer authentication will be used. ''; -- cgit 1.4.1