home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 8e66a534a2c417fe4314aa5ef91d04575e5b7a69
parent 3654a7cde4762682aa7efed4eb9e1dbfce0e6df1
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  5 Sep 2022 17:38:18 +0200

systems/modules: fix syncthing guiAddress

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/services/syncthing.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/systems/modules/services/syncthing.nix b/systems/modules/services/syncthing.nix @@ -55,6 +55,7 @@ in user = "vincent"; dataDir = "/home/vincent/.syncthing"; configDir = "/home/vincent/.syncthing"; + guiAddress = cfg.guiAddress; devices = filterAttrs isCurrentHost devices; folders = { "/home/vincent/sync" = {