syncthing: restore syncthing

This commit is contained in:
lelgenio 2024-08-23 16:15:23 -03:00
parent 8e028e7066
commit a28e50f48a
2 changed files with 7 additions and 0 deletions

View file

@ -20,6 +20,7 @@
./mimeapps.nix
./desktop-entries.nix
./chat.nix
./syncthing.nix
./fzf.nix
./man.nix
./gnome.nix

6
user/syncthing.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }:
{
services.syncthing = {
enable = true;
};
}