liminalOS/modules/nixos/networking.nix

5 lines
140 B
Nix

{
services.openssh.enable = true;
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
}