This commit is contained in:
Sridhar Ratnakumar 2021-09-11 13:52:22 -04:00
parent 9b38276bf3
commit bce719e79d
4 changed files with 14 additions and 10 deletions

View file

@ -1,9 +0,0 @@
{ pkgs, ... }: {
services = {
syncthing = {
enable = true;
user = "srid";
dataDir = "/home/srid";
};
};
}