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