stuff
This commit is contained in:
parent
f44a65d108
commit
e0f1f5b6fb
49 changed files with 10 additions and 2 deletions
9
classes/headful/syncthing.nix
Normal file
9
classes/headful/syncthing.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
overrideDevices = false;
|
||||
overrideFolders = false;
|
||||
};
|
||||
|
||||
systemd.user.services.syncthing.wantedBy = ["default.target"];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue