mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -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)
|
||||
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}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue