From 16ea95a981fa47f4c52ec8cd45664c3b019b614f Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 25 Aug 2026 14:43:22 -0400 Subject: [PATCH] add nexus-devel --- .../kunifiedpush.nix => modules/desktop/nexus-devel.nix | 9 +++++++++ 1 file changed, 9 insertions(+) rename clients/quadraticpc/kunifiedpush.nix => modules/desktop/nexus-devel.nix (55%) diff --git a/clients/quadraticpc/kunifiedpush.nix b/modules/desktop/nexus-devel.nix similarity index 55% rename from clients/quadraticpc/kunifiedpush.nix rename to modules/desktop/nexus-devel.nix index a70bdbf..f9d5819 100644 --- a/clients/quadraticpc/kunifiedpush.nix +++ b/modules/desktop/nexus-devel.nix @@ -3,4 +3,13 @@ systemd.packages = [ pkgs.kdePackages.kunifiedpush ]; + + networking.firewall = { + allowedUDPPorts = [ + 8008 + ]; + allowedTCPPorts = [ + 8008 + ]; + }; }