feat: add tor and sing-box-filter containers to orion
This commit is contained in:
parent
89c66a6269
commit
65c93ad729
@ -113,7 +113,9 @@ in
|
|||||||
|
|
||||||
ataraxia.containers.filestash.enable = true;
|
ataraxia.containers.filestash.enable = true;
|
||||||
ataraxia.containers.media-stack.enable = true;
|
ataraxia.containers.media-stack.enable = true;
|
||||||
|
ataraxia.containers.sing-box-filter.enable = true;
|
||||||
ataraxia.containers.tinyproxy.enable = true;
|
ataraxia.containers.tinyproxy.enable = true;
|
||||||
|
ataraxia.containers.tor.enable = true;
|
||||||
ataraxia.security.acme.enable = true;
|
ataraxia.security.acme.enable = true;
|
||||||
ataraxia.services.authentik.enable = true;
|
ataraxia.services.authentik.enable = true;
|
||||||
ataraxia.services.gitea.enable = true;
|
ataraxia.services.gitea.enable = true;
|
||||||
@ -175,5 +177,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [ 9050 ];
|
||||||
|
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user