mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: server test
This commit is contained in:
parent
0a817c26ee
commit
718fc7cc90
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
flake,
|
||||
...
|
||||
}: let
|
||||
inherit (flake.config.people.users.user0) email;
|
||||
inherit (flake.config.people) user0;
|
||||
inherit (flake.config.people.users.${user0}) email;
|
||||
inherit (flake.config.services) instances;
|
||||
domain0 = instances.web.domains.url0;
|
||||
domain1 = instances.web.domains.url1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue