From b4e2eba11db7f206ec2bf98ad4fb59b2d23a8b2e Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Thu, 24 Jun 2021 08:03:02 -0400 Subject: [PATCH] Open port 6080 for hound --- flake.lock | 12 ++++++------ machines/hephaestus/configuration.nix | 7 ++++++- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 9eddd4c..3040441 100644 --- a/flake.lock +++ b/flake.lock @@ -27,11 +27,11 @@ ] }, "locked": { - "lastModified": 1624175578, - "narHash": "sha256-Plybi5jFlYtk9FhnZSjZO+HGsS/piTOz9iR64g1tD6Q=", + "lastModified": 1624417001, + "narHash": "sha256-IQZwbBBmvtNZGz1dogf2TcaMALqQJG6YSRJiUMw6hhY=", "owner": "nix-community", "repo": "home-manager", - "rev": "a73e619377230ff42529fd99843a8dfcb1f6de5c", + "rev": "b42fce7aaae71bbf5160d88b1772cd9167b03d1a", "type": "github" }, "original": { @@ -58,11 +58,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1624024598, - "narHash": "sha256-X++38oH5MKEmPW4/2WdMaHQvwJzO8pJfbnzMD7DbG1E=", + "lastModified": 1624359033, + "narHash": "sha256-VUCSle6emCfIwMItRfMuDl2UCUNrN+AXCMV6l1AZM7E=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "33d42ad7cf2769ce6364ed4e52afa8e9d1439d58", + "rev": "d2b489b24ae30278ad31e06801c3853b0edbbd9d", "type": "github" }, "original": { diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 0b7aa10..88c5a57 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -15,7 +15,12 @@ address = "192.168.0.1"; interface = "enp34s0"; }; - firewall = { allowedTCPPorts = [ 8001 ]; }; + firewall = { + allowedTCPPorts = [ + 6080 # hound + 8001 # datasette + ]; + }; }; # Enable the OpenSSH server.