nixos

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

commit f1901b35af88b66fad5e5bc200cdbfa7be2c6e6e
parent b0f8cedcb35f38cc688165a23f145333afc4e0ff
Author: Toni Brown <me@tb148.net>
Date:   Sun,  3 May 2026 16:26:34 +0800

refactor config location

Diffstat:
Mlocal/system/networking/default.nix | 1-
Mlocal/system/networking/mihomo/default.nix | 1+
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/local/system/networking/default.nix b/local/system/networking/default.nix @@ -4,5 +4,4 @@ networking.hostName = "nixosion"; networking.networkmanager.enable = true; networking.nftables.enable = true; - networking.firewall.checkReversePath = "loose"; } diff --git a/local/system/networking/mihomo/default.nix b/local/system/networking/mihomo/default.nix @@ -10,4 +10,5 @@ configFile = "${config.users.users.tb148.home}/mihomo.yaml"; }; systemd.services.mihomo.environment.SKIP_SYSTEM_IPV6_CHECK = "true"; + networking.firewall.checkReversePath = "loose"; }