blob: 36a67014e19a88c7b0288690d477c74a96793dc0 [file] [log] [blame]
{ pkgs }: {
systemPackages = with pkgs; [
cni
cni-plugins
];
}