From 6f1121d731caac440e8e1e746f12167a78639444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sat, 16 Dec 2023 19:00:33 +0100 Subject: [PATCH] Properly add syncthing --- hm/common.nix | 1 - hm/extra.nix | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hm/common.nix b/hm/common.nix index 49d1d94..cb0337b 100644 --- a/hm/common.nix +++ b/hm/common.nix @@ -465,7 +465,6 @@ in khard khal todoman - syncthing # TODO Lots of redundancy with other way things are defined here diff --git a/hm/extra.nix b/hm/extra.nix index 253266a..84002cf 100644 --- a/hm/extra.nix +++ b/hm/extra.nix @@ -64,5 +64,8 @@ # https://hydra.nixos.org/job/nixos/release-23.11/nixpkgs.blender.aarch64-linux blender ]); + services = { + syncthing.enable = true; + }; }; }