fix(modules/dgn-console): Udate description of psql options
This commit is contained in:
parent
f5147dec8d
commit
3872b17ff6
1 changed files with 6 additions and 0 deletions
|
@ -23,11 +23,17 @@ in
|
|||
pg-upgrade-from = mkOption {
|
||||
type = lib.types.package;
|
||||
default = config.services.postgresql.package;
|
||||
description = ''
|
||||
Old postgresql package.
|
||||
'';
|
||||
};
|
||||
|
||||
pg-upgrade-to = mkOption {
|
||||
type = lib.types.package;
|
||||
default = pkgs.postgresql_15;
|
||||
description = ''
|
||||
New postgresql package.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue