💄 nix fmt
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 16m37s

This commit is contained in:
Ingolf Wagner 2024-09-03 18:21:26 +07:00
parent e619cc2dab
commit 394790bf0e
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 8 additions and 4 deletions

View file

@ -7,8 +7,12 @@
}:
{
networking.firewall.interfaces.wg0.allowedTCPPorts = [ config.services.taskchampion-sync-server.port ];
networking.firewall.interfaces.wg0.allowedUDPPorts = [ config.services.taskchampion-sync-server.port ];
networking.firewall.interfaces.wg0.allowedTCPPorts = [
config.services.taskchampion-sync-server.port
];
networking.firewall.interfaces.wg0.allowedUDPPorts = [
config.services.taskchampion-sync-server.port
];
services.taskchampion-sync-server = {
enable = true;