5 lines
94 B
Nix
5 lines
94 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
flake.modules.nixos.pc.services.openssh.openFirewall = lib.mkForce true;
|
|
}
|