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}";