From 5c63d0ce64d1cfe620b493e84e81b60584d647f9 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 5 Jun 2024 16:26:12 +0200 Subject: [PATCH] comment syncthing --- nixos/components/network/syncthing.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/components/network/syncthing.nix b/nixos/components/network/syncthing.nix index 148100b..ff5f3c5 100644 --- a/nixos/components/network/syncthing.nix +++ b/nixos/components/network/syncthing.nix @@ -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";