Move syncthing into global config

This commit is contained in:
2022-06-29 02:34:36 +01:00
parent 8cd0524e8d
commit ca212a6911
4 changed files with 6 additions and 15 deletions

View File

@@ -76,6 +76,12 @@
services = {
openssh.enable = true;
syncthing = {
enable = true;
user = "daniel";
dataDir = "/home/daniel";
};
tailscale = {
enable = true;
};