nixos-dotfiles/hosts/titan/services/syncthing.nix
Alex Stan 93a8040de5 slskd and stuff
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>

unfuck the merge
2024-10-16 08:14:19 +03:00

7 lines
146 B
Nix

inputs: { pkgs, ... }: {
services.syncthing = {
enable = true;
user = "ultra";
dataDir = "/home/ultra/.local/lib/syncthing";
};
}