diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-08 17:57:54 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-08 17:57:54 +0100 |
commit | ad72e17f93c1623c9709d22ba99be6b51abf392b (patch) | |
tree | f223a8d6921a9181836922cc36862685c8d8a4a2 /site | |
parent | 2150e0956bbffb995e15e29dc7f5415eb9a2e1dd (diff) | |
download | nixcfg-ad72e17f93c1623c9709d22ba99be6b51abf392b.tar.gz nixcfg-ad72e17f93c1623c9709d22ba99be6b51abf392b.zip |
Firewall ports
Diffstat (limited to 'site')
-rw-r--r-- | site/neptune.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/neptune.nix b/site/neptune.nix index a42e2a7..27e2588 100644 --- a/site/neptune.nix +++ b/site/neptune.nix @@ -8,6 +8,8 @@ services.nomad.settings.datacenter = "neptune"; + networking.firewall.allowedTCPPorts = [ 80 443 ]; + # ---- nix = { |