feat: add miasma integration with httpd to networking bundle
This commit is contained in:
parent
f486dfe12c
commit
03c1a04ca5
1 changed files with 6 additions and 0 deletions
|
|
@ -63,6 +63,12 @@ in {
|
|||
host = "arisu";
|
||||
port = 9696;
|
||||
};
|
||||
miasma = {
|
||||
host = "arisu";
|
||||
port = 9999;
|
||||
internal = true;
|
||||
public = true;
|
||||
};
|
||||
|
||||
monitor = {
|
||||
host = "chibi";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue