nixos/tmate-ssh-server: openFirewall default to false
This commit is contained in:
@@ -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.";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user