mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
removed firewall rules from reverse_proxy.nix
This commit is contained in:
@@ -2,10 +2,6 @@ let
|
|||||||
vars = import ../vars.nix;
|
vars = import ../vars.nix;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
networking.firewall = {
|
|
||||||
allowedTCPPorts = [ 7844 ];
|
|
||||||
allowedUDPPorts = [ 7844 ];
|
|
||||||
};
|
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
haproxy = {
|
haproxy = {
|
||||||
image = "haproxy:latest";
|
image = "haproxy:latest";
|
||||||
|
|||||||
Reference in New Issue
Block a user