Add device ID for H0615, enable global discovery
This commit is contained in:
parent
4b5b25d3ca
commit
75d40775aa
|
@ -15,5 +15,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
extraOptions = {
|
||||||
|
options = {
|
||||||
|
globalAnnounceEnabled = true;
|
||||||
|
localAnnounceEnabled = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
4
syncthing/devices/H0615.nix
Normal file
4
syncthing/devices/H0615.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.syncthing.devices."H0615" = { id = "VVKKUT6-DMNEJ6J-ZI2QREG-SOLG7S5-V2V6WN3-UCQH2EN-6S2XXLS-FKN6KQF"; };
|
||||||
|
}
|
Loading…
Reference in a new issue