From 983d66128978474ffc152e11a7f9ead9c0ef44ee Mon Sep 17 00:00:00 2001 From: Reboot-Codes Date: Fri, 27 Feb 2026 10:24:32 -0700 Subject: [PATCH] Fuck da sanitized 'ninternetz!!!! --- nixos/custom-odin-nixos/configuration.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/nixos/custom-odin-nixos/configuration.nix b/nixos/custom-odin-nixos/configuration.nix index b92c524..be7896d 100755 --- a/nixos/custom-odin-nixos/configuration.nix +++ b/nixos/custom-odin-nixos/configuration.nix @@ -143,10 +143,10 @@ in { # Open ports in the firewall. allowedTCPPortRanges = [ { from = 47984; to = 48010; } ]; allowedUDPPortRanges = [ { from = 47998; to = 48010; } ]; - allowedTCPPorts = [ 3389 4455 3333 4444 50001 5567 1701 9001 4001 config.services.nix-serve.port ]; + allowedTCPPorts = [ 3389 4455 3333 4444 50001 5567 1701 9001 4001 config.services.nix-serve.port 45868 ]; allowedUDPPorts = [ 3389 4455 4444 50001 5567 1701 9001 4001 ]; - enable = false; # Or disable the firewall altogether.~~ + enable = true; # Or disable the firewall altogether.~~ }; }; @@ -524,8 +524,12 @@ in { }; i2pd = { - enable = false; + enable = true; }; + + yggdrasil = { + enable = true; + }; }; environment = { -- 2.51.2