[NixOS] Enable relays and and local announce for syncthing

This commit is contained in:
Ivan Malison 2023-08-03 23:12:26 -06:00
parent 5fb8cb2795
commit 7409a3951f

View File

@ -29,6 +29,10 @@ in
devices = allDevices;
};
};
options = {
relaysEnabled = true;
localAnnounceEnabled = true;
};
};
};
}