Improve setting facter report path

This commit is contained in:
Pim Kunis 2024-11-04 22:56:26 +01:00
parent 6b80438243
commit ed550eafb1
6 changed files with 34 additions and 35 deletions

View file

@ -1,11 +1,11 @@
{
machines.warwick = {
facterReportPath = ./facter.json;
nixosModule = {inputs, ...}: {
imports = [inputs.nixos-hardware.nixosModules.raspberry-pi-4];
config = {
facter.reportPath = ./facter.json;
lab = {
storage.profile = "pi";
monitoring.server.enable = true;