{ pkgs, ... }: { imports = [ ../../modules/common.nix ./hardware.nix ./devices.nix ]; foundation.monitoring = { client.enable = false; }; # extra packages for dealing with the device # hardware. environment.systemPackages = with pkgs; [ libraspberrypi raspberrypi-eeprom ]; system.stateVersion = "24.11"; }