diff --git a/flake.lock b/flake.lock index 4259a1d..0f02e7b 100644 --- a/flake.lock +++ b/flake.lock @@ -869,16 +869,15 @@ ] }, "locked": { - "lastModified": 1702426831, - "narHash": "sha256-p6tRcvYFNrPSwjIdH+hLxRPJZwxILRpEZw3skK+CDsU=", - "owner": "thelegy", + "lastModified": 1703019250, + "narHash": "sha256-Ykp/kh2tF33sVsiEYdIVssIi1gepN+TGnjZsabycJbo=", + "owner": "oddlama", "repo": "nixos-nftables-firewall", - "rev": "89174e90eb29ab99273f22cd21509b21da6a4c2e", + "rev": "f5b43e40755f7519085236980ad971025db8985f", "type": "github" }, "original": { - "owner": "thelegy", - "ref": "opt-in-rules", + "owner": "oddlama", "repo": "nixos-nftables-firewall", "type": "github" } diff --git a/flake.nix b/flake.nix index 73fe697..b42553c 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ }; nixos-nftables-firewall = { - url = "github:thelegy/nixos-nftables-firewall/opt-in-rules"; + url = "github:oddlama/nixos-nftables-firewall"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/modules/config/nftables.nix b/modules/config/nftables.nix index 560d593..0d0544e 100644 --- a/modules/config/nftables.nix +++ b/modules/config/nftables.nix @@ -29,6 +29,7 @@ enable = true; localZoneName = "local"; snippets = { + nnf-common.enable = false; nnf-conntrack.enable = true; nnf-drop.enable = true; nnf-loopback.enable = true;