add syncthing

This commit is contained in:
Charlotte 🦝 Delenk 2024-11-08 11:32:21 +01:00
parent 43a21e8d34
commit 67fc904c03
2 changed files with 7 additions and 0 deletions

View file

@ -2,5 +2,6 @@ _: {
imports = [
./firefox
./password-manager.nix
./syncthing
];
}

View file

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