syncthing: add trailblazer
This commit is contained in:
parent
7998307f77
commit
4791134fa3
1 changed files with 4 additions and 5 deletions
|
@ -1,16 +1,15 @@
|
||||||
#
|
#
|
||||||
# All-device synchronization via Syncthing.
|
# All-device synchronization via Syncthing.
|
||||||
#
|
#
|
||||||
{ config, is-droid, ... }:
|
{ is-droid, ... }:
|
||||||
let
|
let
|
||||||
# The list of devices and their IDs.
|
# The list of devices and their IDs.
|
||||||
devices = {
|
devices = {
|
||||||
"valere" = { id = "VLZYF6C-OHG66RM-O72IMW3-S35YWAV-TYFJJVU-KAMJR7G-2XRLCVB-XOY6IAG"; };
|
"valere" = { id = "VLZYF6C-OHG66RM-O72IMW3-S35YWAV-TYFJJVU-KAMJR7G-2XRLCVB-XOY6IAG"; };
|
||||||
"design" = { id = "XLTC5OX-3ZU6CYZ-MJ7TAY7-ZAMRIE4-SS2JWFB-FC3RJIO-B3BIQFV-J7U53QK"; };
|
"design" = { id = "XLTC5OX-3ZU6CYZ-MJ7TAY7-ZAMRIE4-SS2JWFB-FC3RJIO-B3BIQFV-J7U53QK"; };
|
||||||
|
"trailblazer" = { id = "JASHWW7-AYYTQLN-QZ6OEOX-EZK4GPA-OYW5IZS-5KAIIVR-MMXMCHL-OERDBQ2"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
#
|
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue