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