parent
724263e2ed
commit
706f0a52c1
1 changed files with 6 additions and 1 deletions
|
|
@ -8,8 +8,9 @@
|
|||
{
|
||||
|
||||
healthchecks.closed.public.ports.taskchampion = [ config.services.taskchampion-sync-server.port ];
|
||||
|
||||
healthchecks.http.taskchampion = {
|
||||
url = "http://orbi.private:10222";
|
||||
url = "http://orbi.bear:${toString config.services.taskchampion-sync-server.port}";
|
||||
expectedContent = "TaskChampion sync server";
|
||||
};
|
||||
|
||||
|
|
@ -19,10 +20,14 @@
|
|||
networking.firewall.interfaces.wg0.allowedUDPPorts = [
|
||||
config.services.taskchampion-sync-server.port
|
||||
];
|
||||
networking.firewall.interfaces.${zerotierInterface}.allowedTCPPorts = [
|
||||
config.services.taskchampion-sync-server.port
|
||||
];
|
||||
|
||||
services.taskchampion-sync-server = {
|
||||
enable = true;
|
||||
openFirewall = false;
|
||||
host = "[::]";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue