host/home: allow tcp port ranges

This commit is contained in:
Dmitriy Pleshevskiy 2023-07-06 17:03:40 +03:00
parent 7af7fa8f94
commit cf58eb8425
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@
};
networkmanager.enable = true;
firewall.allowedTCPPortRanges = [
{ from = 1300; to = 1400; }
];
};
local.nix.allowUnfreePackages = [ "cnijfilter2" ];