make mac part of syncthing network
Some checks failed
use nix / build (push) Failing after 5m39s

This commit is contained in:
Cyryl Płotnicki 2024-08-14 09:14:56 +01:00
parent 3d050cbbfc
commit e29c5a45d3

View file

@ -5,7 +5,7 @@
system,
...
}: let
workstations = ["skinnyv" "foryog" "thinky"];
workstations = ["airy" "skinnyv" "foryog" "thinky"];
workstations_plus_phone = ["OnePlus9"] ++ workstations;
in {
services.syncthing = {
@ -19,6 +19,9 @@ in {
overrideFolders = false;
settings = {
devices = {
"airy" = {
id = "5IL6UQ5-VFJNVHY-EPTVAXB-IRAEX3B-QYFFD2A-PBWOMFB-UC5AYME-OQJVOAI";
}
"bolty" = {
id = "RWRDHMX-6XVZDIP-7A36KBY-SIOAGHJ-RDQALMZ-VX5KY4J-4CNNNWH-HIAZHQL";
};