Files
nix-config/modules/nftables.nix
2023-12-15 22:43:12 +01:00

4 lines
43 B
Nix

{
networking.nftables.enable = true;
}