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