From 6a46324f07cf6ca4555377aea3bec34adb75d9ad Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 1 Nov 2022 19:30:42 +0100 Subject: machines/legosi: disable syncthing for now --- machines/profpatsch/legosi.nix | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'machines/profpatsch') diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix index 683e114a..75b4ec71 100644 --- a/machines/profpatsch/legosi.nix +++ b/machines/profpatsch/legosi.nix @@ -213,24 +213,24 @@ in { ]; }; - services.syncthing = { - enable = true; - openDefaultPorts = true; - devices = { - mushu = { - name = "mushu"; - id = "B5H23ZS-NANQF55-2TW7V4F-22I7B34-7OIZ3ND-PHWL6JP-IIEVBBK-32RKWQR"; - }; - }; - - folders.mushu-data = { - id = "so6nv-oq5wu"; - path = "/sync/mushu-data"; - type = "receiveonly"; - watch = false; - devices = [ "mushu" ]; - }; - }; + # services.syncthing = { + # enable = true; + # openDefaultPorts = true; + # devices = { + # mushu = { + # name = "mushu"; + # id = "B5H23ZS-NANQF55-2TW7V4F-22I7B34-7OIZ3ND-PHWL6JP-IIEVBBK-32RKWQR"; + # }; + # }; + + # folders.mushu-data = { + # id = "so6nv-oq5wu"; + # path = "/sync/mushu-data"; + # type = "receiveonly"; + # watch = false; + # devices = [ "mushu" ]; + # }; + # }; }; } -- cgit 1.4.1