Syncthing: Add access note.

This commit is contained in:
Dmitry Voronin 2024-12-08 06:26:52 +03:00
parent b3340def96
commit 361b6742a8
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -5,6 +5,7 @@
}: let }: let
cfg = config.module.syncthing; cfg = config.module.syncthing;
in { in {
# NOTE: Access at `http://localhost:8384`.
options.module.syncthing = { options.module.syncthing = {
enable = lib.mkEnableOption "the file sync."; enable = lib.mkEnableOption "the file sync.";
dataDir = lib.mkOption { dataDir = lib.mkOption {