swapped nvf for nixvim, syncthing is only in home-manager now
This commit is contained in:
parent
4794efc276
commit
d11bfc67ec
15 changed files with 334 additions and 3027 deletions
5
base/firewall.nix
Normal file
5
base/firewall.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
networking.firewall.allowedTCPPorts = [ 22000 ];
|
||||
networking.firewall.allowedUDPPorts = [ 22000 21027 ];
|
||||
#for syncthing
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue