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