infrastructure/config/profiles/common/net.nix
2021-07-06 01:00:41 +01:00

5 lines
70 B
Nix

{ config, lib, ... }:
{
kw.nftables.enable = lib.mkDefault true;
}