From 1566ac3cbc301aa300c81b690dcd4f787f3d5869 Mon Sep 17 00:00:00 2001 From: DarkGuibrine Date: Sun, 31 May 2026 22:01:50 -0300 Subject: [PATCH] . --- flake.nix | 2 +- .../darkgui-vps/config/self-host/firewall.nix | 20 ++++--------------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/flake.nix b/flake.nix index 055ae7c..827ef2e 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ home-manager.url = "github:nix-community/home-manager/"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; zen-browser.url = "github:0xc000022070/zen-browser-flake"; - + my-pkgs.url = "git+https://git.darkgui.com.br/DarkGui/nix-pkgs"; noctalia.url = "github:noctalia-dev/noctalia-shell"; niri.url = "github:sodiboo/niri-flake"; quickshell.url = "git+https://git.outfoxxed.me/outfoxxed/quickshell"; diff --git a/hosts/darkgui-vps/config/self-host/firewall.nix b/hosts/darkgui-vps/config/self-host/firewall.nix index 0d37580..cf10ce4 100644 --- a/hosts/darkgui-vps/config/self-host/firewall.nix +++ b/hosts/darkgui-vps/config/self-host/firewall.nix @@ -6,27 +6,13 @@ ... }: { -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= - # Open ports in the firewall. ->>>>>>> 5017e56 (.) ->>>>>>> 9afbf20 (backup) networking.firewall = { enable = true; allowedTCPPorts = [ 22 80 81 -<<<<<<< HEAD 222 -======= -<<<<<<< HEAD - 222 -======= ->>>>>>> 5017e56 (.) ->>>>>>> 9afbf20 (backup) 443 3000 3478 @@ -35,8 +21,10 @@ 8443 9000 ]; - - trustedInterfaces = [ "tailscale0" "docker0" ]; + trustedInterfaces = [ + "tailscale0" + "docker0" + ]; allowedUDPPorts = [ config.services.tailscale.port 53