old
1{pkgs, ...}: {
2  environment.systemPackages = with pkgs; [
3    # system tools
4    dmidecode
5    efibootmgr
6    ethtool
7  ];
8}