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

7 lines
131 B
Nix
Raw Normal View History

2024-11-28 01:14:34 +08:00
{ ... }:
{
services.syncthing.enable = true;
preservation.preserveAt."/persist".directories = [ ".local/state/syncthing" ];
2024-11-28 01:14:34 +08:00
}