Add Scorch to syncthing folders
This commit is contained in:
parent
709c0386a4
commit
5dba087864
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue