Hagia
log in
morj / nixos-configs
overview
files
history
wiki
Viewing at
{ ... }:

{
networking.firewall.allowedUDPPorts = [ 22000 ];
networking.firewall.allowedTCPPorts = [ 22000 ];

services.syncthing = {
enable = true;
user = "morj";
dataDir = "/home/morj/.local/share/syncthing";
configDir = "/home/morj/.config/syncthing";
};
}