infrastructure/profiles/common/net.nix

5 lines
70 B
Nix

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