comment syncthing

This commit is contained in:
Ingolf Wagner 2024-06-05 16:26:12 +02:00
parent 64a81706d0
commit 5c63d0ce64
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -5,7 +5,6 @@ with lib; {
clanCore.facts.services.syncthing = factsGenerator.syncthing { };
# todo : use tmpfiles.rules
systemd.tmpfiles.settings.syncthing = {
"/run/facts/syncthing.key".C = {
type = "C";
@ -24,7 +23,7 @@ with lib; {
};
services.syncthing = {
enable = lib.mkForce false;
enable = lib.mkForce false; # fixme: make sure zerotier works befor enabling this again.
guiAddress = lib.mkDefault "${config.networking.hostName}.${ config.clan.static-hosts.topLevelDomain }:8384";
overrideDevices = lib.mkDefault true;
key = "/run/facts/syncthing.key";