chore: use nixos-nftables-firewall fork until container problem is solved

This commit is contained in:
oddlama 2023-12-20 00:18:40 +01:00
parent c94084496a
commit b45e2b6ff4
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 7 additions and 7 deletions

View file

@ -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";
};