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 { };
|
clanCore.facts.services.syncthing = factsGenerator.syncthing { };
|
||||||
|
|
||||||
# todo : use tmpfiles.rules
|
|
||||||
systemd.tmpfiles.settings.syncthing = {
|
systemd.tmpfiles.settings.syncthing = {
|
||||||
"/run/facts/syncthing.key".C = {
|
"/run/facts/syncthing.key".C = {
|
||||||
type = "C";
|
type = "C";
|
||||||
|
@ -24,7 +23,7 @@ with lib; {
|
||||||
};
|
};
|
||||||
|
|
||||||
services.syncthing = {
|
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";
|
guiAddress = lib.mkDefault "${config.networking.hostName}.${ config.clan.static-hosts.topLevelDomain }:8384";
|
||||||
overrideDevices = lib.mkDefault true;
|
overrideDevices = lib.mkDefault true;
|
||||||
key = "/run/facts/syncthing.key";
|
key = "/run/facts/syncthing.key";
|
||||||
|
|
Loading…
Reference in a new issue