hosts/modules: put builder back in a separate file

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-06-24 16:25:48 +05:30
parent f88702525b
commit 8f7781f293
7 changed files with 40 additions and 32 deletions

View File

@@ -56,7 +56,7 @@ in
"vault.${domain}" = genericHttpRProxy { addr = "https://${marisa}:8800"; };
"consul.${domain}" = genericHttpRProxy { addr = "http://${marisa}:8500"; };
"f.${domain}" = genericHttpRProxy { addr = "http://${marisa}:8888"; };
# "radio.${domain}" = genericHttpRProxy { addr = "http://${satori}:8001"; };
# "radio.${domain}" = genericHttpRProxy { addr = "http://${satori}:8001"; };
"radio.${domain}" = {
addSSL = true;
enableACME = true;
@@ -68,7 +68,7 @@ in
'';
};
locations."= /".return = "301 /radio";
};
};
"git.${domain}" = genericHttpRProxy {
addr = "http://${marisa}:5000";