Remilia/services: clean up

This commit is contained in:
2022-03-09 16:20:01 +05:30
parent e88dd9b031
commit 81452ba490

View File

@@ -29,42 +29,22 @@
}; };
}; };
in in
builtins.listToAttrs [
{ {
name = "vault.weirdnatto.in"; "vault.weirdnatto.in" = genericHttpRProxy { addr = "https://10.55.0.2:8800"; };
value = genericHttpRProxy { addr = "https://10.55.0.2:8800"; }; "consul.weirdnatto.in" = genericHttpRProxy { addr = "http://10.55.0.2:8500"; };
} "ci.weirdnatto.in" = genericHttpRProxy { addr = "http://10.55.0.2:6666"; };
{ "radio.weirdnatto.in" = genericHttpRProxy { addr = "http://10.55.0.3:8000"; };
name = "consul.weirdnatto.in"; "git.weirdnatto.in" = genericHttpRProxy {
value = genericHttpRProxy { addr = "http://10.55.0.2:8500"; };
}
{
name = "ci.weirdnatto.in";
value = genericHttpRProxy { addr = "http://10.55.0.2:6666"; };
}
{
name = "radio.weirdnatto.in";
value = genericHttpRProxy { addr = "http://10.55.0.3:8000"; };
}
{
name = "git.weirdnatto.in";
value = genericHttpRProxy {
addr = "http://10.55.0.2:5000"; addr = "http://10.55.0.2:5000";
conf = "client_max_body_size 64M;"; conf = "client_max_body_size 64M;";
}; };
} "nomad.weirdnatto.in" = genericHttpRProxy {
{
name = "nomad.weirdnatto.in";
value = genericHttpRProxy {
addr = "http://10.55.0.2:4646"; addr = "http://10.55.0.2:4646";
conf = '' conf = ''
proxy_buffering off; proxy_buffering off;
proxy_read_timeout 310s; proxy_read_timeout 310s;
''; '';
}; };
}
] //
{
"weirdnatto.in" = { "weirdnatto.in" = {
addSSL = true; addSSL = true;
enableACME = true; enableACME = true;