setup syncthing as user service

This commit is contained in:
Leonardo Eugênio 2022-10-18 20:58:23 -03:00
parent bc48b5e8d3
commit 569c4fb5da
2 changed files with 6 additions and 9 deletions

View file

@ -259,6 +259,10 @@ in {
output_folder = "/home/lelgenio";
};
};
services.syncthing = {
enable = true;
tray.enable = true;
};
systemd.user.services = {
discord = {
Unit = {