setup syncthing as user service
This commit is contained in:
parent
bc48b5e8d3
commit
569c4fb5da
2 changed files with 6 additions and 9 deletions
|
@ -259,6 +259,10 @@ in {
|
|||
output_folder = "/home/lelgenio";
|
||||
};
|
||||
};
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
tray.enable = true;
|
||||
};
|
||||
systemd.user.services = {
|
||||
discord = {
|
||||
Unit = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue