From 24e87ee6e11a9857eef764c7c8e340ef1ec78387 Mon Sep 17 00:00:00 2001 From: chaos Date: Fri, 8 Sep 2023 11:41:26 +0100 Subject: [PATCH] fix disablePostgresDB naming --- module/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/default.nix b/module/default.nix index 9a57673..709c2ec 100644 --- a/module/default.nix +++ b/module/default.nix @@ -63,7 +63,7 @@ in { description = "Don't host proxy"; }; - disablePostgres = mkOption { + disablePostgresDB = mkOption { type = types.bool; default = false; description = "Manually configure postgres instead";