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 + ]; + }; }