diff options
author | ADRN <adrien@luxeylab.net> | 2021-11-28 19:20:36 +0100 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2021-11-28 19:20:36 +0100 |
commit | 3bb938c9a0bf65390ad0f5095f27a5ab8ad57878 (patch) | |
tree | 53a1c2dcec31b07c8e1d9091e89eba1e0b1275fc /site/pluton.nix | |
parent | 2d8999b5d525f8552b48db0c63c6fb97a6015a4e (diff) | |
download | nixcfg-3bb938c9a0bf65390ad0f5095f27a5ab8ad57878.tar.gz nixcfg-3bb938c9a0bf65390ad0f5095f27a5ab8ad57878.zip |
Spoutnik is now an nginx reverse-proxy
Diffstat (limited to 'site/pluton.nix')
-rw-r--r-- | site/pluton.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/pluton.nix b/site/pluton.nix index ec94018..10ef4a5 100644 --- a/site/pluton.nix +++ b/site/pluton.nix @@ -10,4 +10,6 @@ services.nomad.settings.datacenter = "pluton"; services.consul.extraConfig.bootstrap_expect = 1; services.nomad.settings.server.bootstrap_expect = 1; + + networking.firewall.allowedTCPPorts = [ 80 443 ]; } |