Extended Syncthing Service Config
Some checks failed
/ Build NixOS Iso (push) Failing after 0s

This commit is contained in:
Kaybee 2024-08-26 16:19:00 +02:00
parent e438ea4069
commit 8f7033f3a6

View file

@ -136,6 +136,8 @@ in {
services.syncthing = { services.syncthing = {
enable = true; enable = true;
user = "kb-work";
dataDir = "/home/kb-work";
configDir = "/home/kb-work/.config/syncthing"; configDir = "/home/kb-work/.config/syncthing";
}; };