From e07f67cced3523902da729655ac964c312045556 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 31 Aug 2024 12:31:08 +0200 Subject: [PATCH] backwards: Set GUI address for `syncthing` --- hosts/backwards/modules/syncthing/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/backwards/modules/syncthing/default.nix b/hosts/backwards/modules/syncthing/default.nix index 31a38a4..8b60533 100644 --- a/hosts/backwards/modules/syncthing/default.nix +++ b/hosts/backwards/modules/syncthing/default.nix @@ -12,6 +12,8 @@ dataDir = "/home/alex/sync"; + guiAddress = "0.0.0.0:8384"; + settings = { devices = { phone.id = config.lib.syncthing.phone;