From 7958fb9113457aefda22311b9d3ae13038916a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Fri, 13 Sep 2024 12:09:45 +0200 Subject: [PATCH] feat(syncthing): install syncthing --- common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common.nix b/common.nix index 157a655..eb8de51 100644 --- a/common.nix +++ b/common.nix @@ -220,6 +220,12 @@ virtualisation.libvirtd.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 # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave