fix boot issue

This commit is contained in:
Tao Tien 2024-03-19 18:12:55 -07:00
parent 0f8a1aa7e1
commit 82d146ef58
8 changed files with 23 additions and 13 deletions

View file

@ -78,7 +78,7 @@
services.syncthing = {
enable = true;
user = "tao";
dataDir = "/home/tao/Sync";
dataDir = "/home/tao/sync";
configDir = "/home/tao/.config/syncthing";
};