Properly add syncthing
This commit is contained in:
parent
2515d3e8ea
commit
6f1121d731
|
@ -465,7 +465,6 @@ in
|
||||||
khard
|
khard
|
||||||
khal
|
khal
|
||||||
todoman
|
todoman
|
||||||
syncthing
|
|
||||||
|
|
||||||
# TODO Lots of redundancy with other way things are defined here
|
# TODO Lots of redundancy with other way things are defined here
|
||||||
|
|
||||||
|
|
|
@ -64,5 +64,8 @@
|
||||||
# https://hydra.nixos.org/job/nixos/release-23.11/nixpkgs.blender.aarch64-linux
|
# https://hydra.nixos.org/job/nixos/release-23.11/nixpkgs.blender.aarch64-linux
|
||||||
blender
|
blender
|
||||||
]);
|
]);
|
||||||
|
services = {
|
||||||
|
syncthing.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue