Merge branch 'master' into 24.11
Some checks are pending
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 / pacifidlog-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:44 -04:00 committed by GitHub
commit 56cd54e810
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;