system/hosts/home/configs/networking.nix

10 lines
175 B
Nix
Raw Normal View History

2024-04-16 02:51:46 +03:00
{ ... }:
{
networking.hostName = "home";
networking.networkmanager.enable = true;
networking.firewall.allowedTCPPortRanges = [
# { from = 1300; to = 1400; }
];
}