blob: 6a80afc20bd7571bbe1fc220badf6e38c6b0b7ab [file] [log] [blame]
{ pkgs, ... }: {
systemPackages = with pkgs; [
cni
cni-plugins
];
}