nixos/tmate-ssh-server: openFirewall default to false

This commit is contained in:
Solene Rapenne 2022-12-04 13:50:48 +01:00
parent efeb1e50d9
commit 659803e879

View file

@ -44,7 +44,7 @@ in
openFirewall = mkOption {
type = types.bool;
default = true;
default = false;
description = mdDoc "Whether to automatically open the specified ports in the firewall.";
};