about summary refs log tree commit diff
path: root/users/tazjin/home/shared.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-07-14T13·37+0000
committertazjin <tazjin@tvl.su>2022-07-14T15·01+0000
commit673796a7864f052f6870050ba94daeaf7f927075 (patch)
treece7610aa6aeb0d8bdd0ddb5c8a18e1c4fe5111b8 /users/tazjin/home/shared.nix
parentaf9dccb245e636653bb8b61009b1488f8c4fe960 (diff)
feat(tazjin/home): enable syncthing service r/4299
Change-Id: I205db40e7673e06f854de5375ab89d01a1bef776
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5947
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/home/shared.nix')
-rw-r--r--users/tazjin/home/shared.nix2
1 files changed, 2 insertions, 0 deletions
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.