syncthing: fix #123
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-10-14 19:25:02 -04:00
parent a6649c833e
commit b84018ba59

View file

@ -11,6 +11,7 @@ in {
services.syncthing = {
enable = true;
cert = cfg.certFile;
configDir = "${config.services.syncthing.dataDir}/.syncthing";
dataDir = "/home/aly";
key = cfg.keyFile;
openDefaultPorts = true;