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