chore: reorganized helper functions

This commit is contained in:
Nick 2025-10-10 16:02:03 -05:00
parent 36bcb891c7
commit e2c75b8a84

View file

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