Add device ID for H0615, enable global discovery

This commit is contained in:
Evie Litherland-Smith 2023-05-09 13:58:49 +01:00
parent 4b5b25d3ca
commit 75d40775aa
2 changed files with 10 additions and 0 deletions

View file

@ -15,5 +15,11 @@
enable = true;
};
};
extraOptions = {
options = {
globalAnnounceEnabled = true;
localAnnounceEnabled = true;
};
};
};
}

View file

@ -0,0 +1,4 @@
{ ... }:
{
services.syncthing.devices."H0615" = { id = "VVKKUT6-DMNEJ6J-ZI2QREG-SOLG7S5-V2V6WN3-UCQH2EN-6S2XXLS-FKN6KQF"; };
}