From 673796a7864f052f6870050ba94daeaf7f927075 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 14 Jul 2022 13:37:34 +0000 Subject: feat(tazjin/home): enable syncthing service Change-Id: I205db40e7673e06f854de5375ab89d01a1bef776 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5947 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/home/shared.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'users/tazjin') diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix index 8e85d7b49f..f7689bfda3 100644 --- a/users/tazjin/home/shared.nix +++ b/users/tazjin/home/shared.nix @@ -73,6 +73,8 @@ backend = "glx"; }; + services.syncthing.enable = true; + # Enable the dunst notification daemon, but force the # configuration file separately instead of going via the strange # Nix->dunstrc encoding route. -- cgit 1.4.1