Desktop: configure syncthing

This commit is contained in:
Toast 2023-08-31 22:13:44 +02:00
parent 3fc4d0bf80
commit 559121da21
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ config, ... }:
{
services.syncthing = {
enable = true;
user = "toast";
group = "users";
dataDir = config.users.users.toast.home;
};
}