From 5e8df3cd723a97295fdb2cc0784795c4cc4ca3ed Mon Sep 17 00:00:00 2001
From: Mora Unie Youer <mora_unie_youer@riseup.net>
Date: Thu, 13 Mar 2025 14:12:57 +0300
Subject: feat(sapphire): prepare for allowing TCP/UDP ports on firewall

---
 system-sapphire.nix | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'system-sapphire.nix')

diff --git a/system-sapphire.nix b/system-sapphire.nix
index c82e2a3..242e97f 100644
--- a/system-sapphire.nix
+++ b/system-sapphire.nix
@@ -108,6 +108,9 @@
   services.openssh.enable = true;
   services.openssh.settings.PasswordAuthentication = false;
 
+  networking.firewall.allowedTCPPorts = [];
+  networking.firewall.allowedUDPPorts = [];
+
 
   ###
   ### Software configuration
@@ -184,6 +187,8 @@
     libGL
     libappindicator-gtk3
     vulkan-loader
+    xorg.libICE
+    xorg.libSM
     xorg.libX11
     xorg.libXScrnSaver
     xorg.libXcomposite
-- 
cgit v1.2.3-70-g09d2