Add public device IDs to syncthing

This commit is contained in:
Vili Sinervä 2024-06-02 01:37:11 +03:00
parent aa92958b6a
commit ac01f191fb
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -8,12 +8,14 @@
settings = {
devices = {
"helium" = { id = "2MRUBSY-NHXYMAW-SY22RHP-CNNMHKR-DPDKMM4-2XV5F6M-6KSNLQI-DD4EOAM"; };
"nixos-cpu" = { id = "ZX35ARB-3ULEUV3-NNUEREF-DEDWOJU-GE7A4PP-T7O43NI-SU564OD-E26HHA4"; };
};
folders =
let
default = {
devices = [];
devices = [ "helium" "nixos-cpu" ];
versioning = {
type = "trashcan";
params.cleanoutDays = "30";