nix-config/modules2/openssh/firewall.nix

6 lines
94 B
Nix
Raw Normal View History

2025-07-25 10:33:49 +01:00
{ lib, ... }:
{
flake.modules.nixos.pc.services.openssh.openFirewall = lib.mkForce true;
}