liminalOS/modules/nixos/networking/default.nix

5 lines
140 B
Nix
Executable file

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