infrastructure/depot/profiles/base/net.nix
2021-08-09 02:41:43 +01:00

5 lines
70 B
Nix

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