virtualisation.lxc: use openFirewall instead of allowedTCPPorts

This commit is contained in:
Maciej Krüger
2021-11-03 07:49:51 +01:00
parent caabd8933c
commit d203189dbf
@@ -115,6 +115,6 @@ in
services.openssh.startWhenNeeded = mkDefault true;
# Allow ssh connections
networking.firewall.allowedTCPPorts = [ 22 ];
services.openssh.openFirewall = mkDefault true;
};
}