mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
chore: reorganized helper functions
This commit is contained in:
parent
36bcb891c7
commit
e2c75b8a84
1 changed files with 2 additions and 1 deletions
|
|
@ -9,9 +9,10 @@ let
|
||||||
inherit (flake.config.services)
|
inherit (flake.config.services)
|
||||||
instances
|
instances
|
||||||
;
|
;
|
||||||
|
service = instances.syncthing;
|
||||||
|
|
||||||
hostname = config.networking.hostName;
|
hostname = config.networking.hostName;
|
||||||
localhost = instances.web.localhost.address1;
|
localhost = instances.web.localhost.address1;
|
||||||
service = instances.syncthing;
|
|
||||||
postgres = instances.postgresql;
|
postgres = instances.postgresql;
|
||||||
forgejo = instances.forgejo;
|
forgejo = instances.forgejo;
|
||||||
backupPath = "${service.paths.path1}";
|
backupPath = "${service.paths.path1}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue