1
0
Fork 0

fix disablePostgresDB naming

This commit is contained in:
chaos 2023-09-08 11:41:26 +01:00
parent 7868998d4c
commit 24e87ee6e1
No known key found for this signature in database

View file

@ -63,7 +63,7 @@ in {
description = "Don't host proxy";
};
disablePostgres = mkOption {
disablePostgresDB = mkOption {
type = types.bool;
default = false;
description = "Manually configure postgres instead";