diff options
Diffstat (limited to '')
-rw-r--r-- | instance-options.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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."; }; |