From e2c75b8a84c882c325ecdf03452a347724948efd Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 10 Oct 2025 16:02:03 -0500 Subject: [PATCH] chore: reorganized helper functions --- modules/nixos/services/syncthing/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/nixos/services/syncthing/default.nix b/modules/nixos/services/syncthing/default.nix index 98ee961..9b36e95 100755 --- a/modules/nixos/services/syncthing/default.nix +++ b/modules/nixos/services/syncthing/default.nix @@ -9,9 +9,10 @@ let inherit (flake.config.services) instances ; + service = instances.syncthing; + hostname = config.networking.hostName; localhost = instances.web.localhost.address1; - service = instances.syncthing; postgres = instances.postgresql; forgejo = instances.forgejo; backupPath = "${service.paths.path1}";