comment syncthing
This commit is contained in:
parent
64a81706d0
commit
5c63d0ce64
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue