chore: move miasma from arisu to shiori
Some checks failed
ci / treefmt (push) Has been cancelled

This commit is contained in:
Ceferino Patino 2026-05-31 14:49:00 -05:00
commit ef8637e318
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -67,11 +67,6 @@ in {
qbittorrent = {
port = 9000;
};
miasma = {
port = 9999;
internal = true;
public = true;
};
};
chibi = {
@ -119,6 +114,11 @@ in {
unbound = {
port = 54;
};
miasma = {
port = 9999;
internal = true;
public = true;
};
};
};
};