From 6cd711920b6d247901aea8a24a02af9c124036c2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 8 Jan 2025 00:22:55 +0000 Subject: [PATCH] t490: re-enable syncthing --- nix/home/opdavies/hosts/t490.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/home/opdavies/hosts/t490.nix b/nix/home/opdavies/hosts/t490.nix index c253023..1a47292 100644 --- a/nix/home/opdavies/hosts/t490.nix +++ b/nix/home/opdavies/hosts/t490.nix @@ -4,6 +4,7 @@ features = { cli = { direnv.enable = true; + syncthing.enable = true; tmux-sessionizer.enable = true; };