Add Scorch to syncthing folders

This commit is contained in:
Evie Litherland-Smith 2023-10-03 15:23:06 +01:00
parent 709c0386a4
commit 5dba087864

View file

@ -1,6 +1,6 @@
{ lib, user, group, ... }: { lib, user, group, ... }:
let let
devices = [ "Legion" "Northstar" "Ronin" "Vanguard" ]; devices = [ "Legion" "Northstar" "Ronin" "Scorch" "Vanguard" ];
devicesWithPhone = devices ++ [ "Ion" ]; devicesWithPhone = devices ++ [ "Ion" ];
in { in {
services.syncthing = { services.syncthing = {