snapshot
This commit is contained in:
parent
47036cde64
commit
0968b6f955
57 changed files with 426 additions and 86 deletions
9
classes/desktop/syncthing.nix
Normal file
9
classes/desktop/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