feat: add miasma integration with httpd to networking bundle

This commit is contained in:
Ceferino Patino 2026-05-03 21:20:18 -05:00
commit 03c1a04ca5
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -63,6 +63,12 @@ in {
host = "arisu";
port = 9696;
};
miasma = {
host = "arisu";
port = 9999;
internal = true;
public = true;
};
monitor = {
host = "chibi";