1
0

profiles/router: Add applications to debug conntrack more

This commit is contained in:
2025-11-21 18:28:42 +01:00
parent 2606338b56
commit a5125e92a6

View File

@@ -11,8 +11,10 @@ with lib;
config = mkIf config.profiles.clerie.router.enable {
environment.systemPackages = with pkgs; [
wireguard-tools
conntrack-tools
iptstate # show conntrack table
tcpdump
wireguard-tools
];
boot.kernel.sysctl = {