adds firewall.nix and udev.nix, udev.nix will need later work, but this will be done as needed
This commit is contained in:
parent
c0b56e883d
commit
2d55290697
7 changed files with 185 additions and 8 deletions
5
base/firewall.nix
Normal file
5
base/firewall.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
networking.firewall.allowedUDPPorts = [ 22000 21027 ];
|
||||
networking.firewall.allowedTCPPorts = [ 22000 ];
|
||||
services.syncthing.openDefaultPorts = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue