mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: use nixos-nftables-firewall fork until container problem is solved
This commit is contained in:
parent
c94084496a
commit
b45e2b6ff4
3 changed files with 7 additions and 7 deletions
11
flake.lock
generated
11
flake.lock
generated
|
@ -869,16 +869,15 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1702426831,
|
"lastModified": 1703019250,
|
||||||
"narHash": "sha256-p6tRcvYFNrPSwjIdH+hLxRPJZwxILRpEZw3skK+CDsU=",
|
"narHash": "sha256-Ykp/kh2tF33sVsiEYdIVssIi1gepN+TGnjZsabycJbo=",
|
||||||
"owner": "thelegy",
|
"owner": "oddlama",
|
||||||
"repo": "nixos-nftables-firewall",
|
"repo": "nixos-nftables-firewall",
|
||||||
"rev": "89174e90eb29ab99273f22cd21509b21da6a4c2e",
|
"rev": "f5b43e40755f7519085236980ad971025db8985f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "thelegy",
|
"owner": "oddlama",
|
||||||
"ref": "opt-in-rules",
|
|
||||||
"repo": "nixos-nftables-firewall",
|
"repo": "nixos-nftables-firewall",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos-nftables-firewall = {
|
nixos-nftables-firewall = {
|
||||||
url = "github:thelegy/nixos-nftables-firewall/opt-in-rules";
|
url = "github:oddlama/nixos-nftables-firewall";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
localZoneName = "local";
|
localZoneName = "local";
|
||||||
snippets = {
|
snippets = {
|
||||||
|
nnf-common.enable = false;
|
||||||
nnf-conntrack.enable = true;
|
nnf-conntrack.enable = true;
|
||||||
nnf-drop.enable = true;
|
nnf-drop.enable = true;
|
||||||
nnf-loopback.enable = true;
|
nnf-loopback.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue