diff --git a/modules/nixos/bundles/common/networking.nix b/modules/nixos/bundles/common/networking.nix index f5b1942..675c619 100644 --- a/modules/nixos/bundles/common/networking.nix +++ b/modules/nixos/bundles/common/networking.nix @@ -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; + }; }; }; };