From 9683397c4d77ec40a66eb126880442c84feeb74f Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 14 Mar 2021 21:17:03 +0100 Subject: don't server maps per default. Note that this may break your config! --- instance-options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instance-options.nix b/instance-options.nix index 8df507d..17e398d 100644 --- a/instance-options.nix +++ b/instance-options.nix @@ -222,7 +222,7 @@ with pkgs; maps = { serve = mkOption { - default = true; + default = false; type = types.bool; description = "Whether to serve maps through nginx."; }; -- cgit v1.2.3