From e0e2c5408caf54c547cb7dfecbf66860f8c5c7e0 Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 22 Apr 2024 11:36:13 +0200 Subject: [PATCH] feat(ami): set up syncthing --- hosts/ami/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/ami/default.nix b/hosts/ami/default.nix index ae9f9a0..17fcd41 100644 --- a/hosts/ami/default.nix +++ b/hosts/ami/default.nix @@ -33,4 +33,6 @@ neovim tree ]; + + services.syncthing.enable = true; }