feat(syncthing): install syncthing

This commit is contained in:
Khaïs COLIN 2024-09-13 12:09:45 +02:00
parent 3074827004
commit 7958fb9113

View file

@ -220,6 +220,12 @@
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true; programs.virt-manager.enable = true;
services.syncthing = {
enable = true;
user = "khais";
configDir = "/home/khais/.config/syncthing";
};
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave