From a2581fd84b9f3ce06dfae7f430fc335113b1fb1d Mon Sep 17 00:00:00 2001
From: ahuston-0 <aliceghuston@gmail.com>
Date: Tue, 22 Oct 2024 17:37:30 -0400
Subject: [PATCH] add firewall for docker

---
 systems/palatine-hill/firewall.nix | 10 ++++++++++
 users/alice/home.nix               |  1 +
 2 files changed, 11 insertions(+)
 create mode 100644 systems/palatine-hill/firewall.nix

diff --git a/systems/palatine-hill/firewall.nix b/systems/palatine-hill/firewall.nix
new file mode 100644
index 0000000..63bbb2f
--- /dev/null
+++ b/systems/palatine-hill/firewall.nix
@@ -0,0 +1,10 @@
+{ ... }:
+
+{
+  networking.firewall.allowedTCPPorts = [
+    8081
+    8082
+    8443
+  ];
+
+}
diff --git a/users/alice/home.nix b/users/alice/home.nix
index 06b4c38..821e9d6 100644
--- a/users/alice/home.nix
+++ b/users/alice/home.nix
@@ -137,6 +137,7 @@
             "system"
             "nix"
             "shell"
+            "poetry"
           ];
         };
       };