Syncthing: Add access note.
This commit is contained in:
parent
b3340def96
commit
361b6742a8
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue