holy moly we're almost there
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
user = "anish";
|
||||
group = "users";
|
||||
dataDir = "/home/anish/";
|
||||
configDir = "/home/anish/.config/syncthing";
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 8384 22000 ];
|
||||
networking.firewall.allowedUDPPorts = [ 22000 21027 ];
|
||||
}
|
||||
Reference in New Issue
Block a user