From 1c84619400ceebdceb39b2269b7f409eb7476e0b Mon Sep 17 00:00:00 2001 From: buffet Date: Fri, 22 Mar 2024 11:23:55 +0100 Subject: [PATCH] feat: install syncthing on tara allows "offline" sharing more easily --- hosts/tara/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/tara/default.nix b/hosts/tara/default.nix index 5dec6c8..e5b65d7 100644 --- a/hosts/tara/default.nix +++ b/hosts/tara/default.nix @@ -33,4 +33,6 @@ neovim tree ]; + + services.syncthing.enable = true; }