nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit aafdb6c921654e42915566f733dfd3c8bb2fac76
parent 7a74642be1bf2e06de89f97541f5935220c6eb24
Author: Toni Brown <me@tb148.net>
Date:   Mon,  8 Dec 2025 16:35:10 +0800

Disable firewall to allow all network traffic

Diffstat:
Mconfiguration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configuration.nix b/configuration.nix @@ -99,7 +99,7 @@ networking.hostName = "nixosion"; networking.networkmanager.enable = true; networking.nftables.enable = true; - networking.firewall.logRefusedPackets = true; + networking.firewall.enable = false; services.mihomo = { enable = true;