WIP: The Simulacrum #106

Closed
max wants to merge 15 commits from pr-full-test into master
Showing only changes of commit 89f5417e89 - Show all commits

View file

@ -10,6 +10,13 @@ let
in
{
system.extraIncantations = {
runConsul = i: script: i.execShellWith [ config.services.consul.package ] ''
export CONSUL_HTTP_ADDR='${config.links.consulAgent.tuple}'
${script}
'';
};
links.consulAgent.protocol = "http";
services.consul = {