about summary refs log tree commit diff
diff options
context:
space:
mode:
-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.