Move syncthing to user config

This commit is contained in:
2022-02-18 17:15:20 +00:00
parent ec7866641e
commit 219a1b4d0e
3 changed files with 4 additions and 29 deletions

View File

@@ -15,6 +15,10 @@
services.dunst.enable = true;
services.syncthing = {
enable = true;
};
home = {
username = "daniel";
homeDirectory = "/home/daniel";