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.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";
@@ -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