add nftables to pc

This commit is contained in:
Kopatz
2023-12-15 22:43:12 +01:00
parent 2c8f70f436
commit da0b5ac84d
6 changed files with 14 additions and 8 deletions

3
modules/nftables.nix Normal file
View File

@@ -0,0 +1,3 @@
{
networking.nftables.enable = true;
}