Properly add syncthing

This commit is contained in:
Geoffrey Frogeye 2023-12-16 19:00:33 +01:00
parent 2515d3e8ea
commit 6f1121d731
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 3 additions and 1 deletions

View file

@ -465,7 +465,6 @@ in
khard
khal
todoman
syncthing
# TODO Lots of redundancy with other way things are defined here

View file

@ -64,5 +64,8 @@
# https://hydra.nixos.org/job/nixos/release-23.11/nixpkgs.blender.aarch64-linux
blender
]);
services = {
syncthing.enable = true;
};
};
}