nixos-config/home-manager/profiles/syncthing/default.nix

7 lines
131 B
Nix

{ ... }:
{
services.syncthing.enable = true;
preservation.preserveAt."/persist".directories = [ ".local/state/syncthing" ];
}