chore (hosts/mystra/taskd): comments

This commit is contained in:
Henri Saudubray 2026-02-17 17:56:31 +01:00
parent cebab715b2
commit 798804f3a2
Signed by: hms
GPG key ID: 7065F57ED8856128

View file

@ -1,5 +1,23 @@
{ ... }: { ... }:
{ {
# # NOTE:
# After server installation, you must synchronize the clients with
# taskd. To do so, export the user config as follows (on server):
# ```bash
# nixos-taskserver user export personal hms > hms_config.sh
# ```
# and copy it to the client machine. Run it (on client):
# ```bash
# sh hms_config.sh
# ```
# and initialize synchronization (on client):
# ```bash
# task sync init
# ```
# See [this link](https://wiki.kunzelma.de/taskwarrior) for more.
#
# # TODO: find a better way than the mess above.
services.taskserver = { services.taskserver = {
enable = true; enable = true;
fqdn = "henri-saudubray.fr"; fqdn = "henri-saudubray.fr";