mirror of
https://github.com/youwen5/nixos.git
synced 2025-02-20 02:31:12 -08:00
5 lines
140 B
Nix
5 lines
140 B
Nix
{
|
|
services.openssh.enable = true;
|
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
|
}
|