fix disablePostgresDB naming
This commit is contained in:
parent
7868998d4c
commit
24e87ee6e1
|
@ -63,7 +63,7 @@ in {
|
||||||
description = "Don't host proxy";
|
description = "Don't host proxy";
|
||||||
};
|
};
|
||||||
|
|
||||||
disablePostgres = mkOption {
|
disablePostgresDB = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = "Manually configure postgres instead";
|
description = "Manually configure postgres instead";
|
||||||
|
|
Loading…
Reference in a new issue