# Configuration common to all my servers { config, pkgs, lib, ... }: { environment = { # Set the system-wide environment systemPackages = with pkgs; [ usbutils # Tools for working with USB devices, such as lsusb ]; }; }