nextcloud module: document process for using with pgsql unix auth

wip/yesman
Léo Gaspard 6 years ago
parent bfab4b1623
commit 221e0fae38
No known key found for this signature in database
GPG Key ID: 8A55848B6090F9CF
  1. 7
      nixos/modules/services/web-apps/nextcloud.nix

@ -171,7 +171,12 @@ in {
dbhost = mkOption {
type = types.nullOr types.str;
default = "localhost";
description = "Database host.";
description = ''
Database host.
Note: for using Unix authentication with PostgreSQL, this should be
set to <literal>/tmp</literal>.
'';
};
dbport = mkOption {
type = with types; nullOr (either int str);

Loading…
Cancel
Save