Improve setting facter report path
This commit is contained in:
parent
6b80438243
commit
ed550eafb1
6 changed files with 34 additions and 35 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue