This commit is contained in:
2026-05-31 22:01:50 -03:00
parent 3957425906
commit 1566ac3cbc
2 changed files with 5 additions and 17 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
home-manager.url = "github:nix-community/home-manager/"; home-manager.url = "github:nix-community/home-manager/";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";
zen-browser.url = "github:0xc000022070/zen-browser-flake"; 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"; noctalia.url = "github:noctalia-dev/noctalia-shell";
niri.url = "github:sodiboo/niri-flake"; niri.url = "github:sodiboo/niri-flake";
quickshell.url = "git+https://git.outfoxxed.me/outfoxxed/quickshell"; quickshell.url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
@@ -6,27 +6,13 @@
... ...
}: }:
{ {
<<<<<<< HEAD
=======
<<<<<<< HEAD
=======
# Open ports in the firewall.
>>>>>>> 5017e56 (.)
>>>>>>> 9afbf20 (backup)
networking.firewall = { networking.firewall = {
enable = true; enable = true;
allowedTCPPorts = [ allowedTCPPorts = [
22 22
80 80
81 81
<<<<<<< HEAD
222 222
=======
<<<<<<< HEAD
222
=======
>>>>>>> 5017e56 (.)
>>>>>>> 9afbf20 (backup)
443 443
3000 3000
3478 3478
@@ -35,8 +21,10 @@
8443 8443
9000 9000
]; ];
trustedInterfaces = [
trustedInterfaces = [ "tailscale0" "docker0" ]; "tailscale0"
"docker0"
];
allowedUDPPorts = [ allowedUDPPorts = [
config.services.tailscale.port config.services.tailscale.port
53 53