nextcloud module: document process for using with pgsql unix auth
This commit is contained in:
parent
bfab4b1623
commit
221e0fae38
@ -171,7 +171,12 @@ in {
|
|||||||
dbhost = mkOption {
|
dbhost = mkOption {
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
default = "localhost";
|
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 {
|
dbport = mkOption {
|
||||||
type = with types; nullOr (either int str);
|
type = with types; nullOr (either int str);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user