{ config, pkgs, ... }: { services.ankisyncd = { enable = true; }; networking.firewall.allowedTCPPorts = [ 27701 ]; networking.firewall.allowedUDPPorts = [ 27701 ]; }