feat: enable syncthing

This commit is contained in:
buffet 2024-03-19 22:10:56 +01:00
parent fe0393311d
commit 49c192a28c
2 changed files with 8 additions and 0 deletions

View file

@ -19,6 +19,7 @@
./pipewire.nix
./printer.nix
./sway.nix
./syncthing.nix
./tlp.nix
../../users/buffet

View file

@ -0,0 +1,7 @@
_: {
services.syncthing = {
enable = true;
user = "buffet";
dataDir = "/home/buffet";
};
}