{ machines.warwick = { arch = "aarch64-linux"; isRaspberryPi = true; facterReportPath = ./facter.json; nixosModule.lab = { storage.profile = "pi"; monitoring.server.enable = true; tailscale = { advertiseExitNode = true; enable = true; }; }; }; }