nixos-config/home-manager/profiles/syncthing/default.nix
2024-11-28 01:14:34 +08:00

7 lines
119 B
Nix

{ ... }:
{
services.syncthing.enable = true;
home.globalPersistence.directories = [ ".local/state/syncthing" ];
}