aboutsummaryrefslogtreecommitdiff
path: root/infra/hosts/indra/hardware.nix
blob: 4f2bd156a6221f3ca964ba9923077263c6b67be9 (plain)
1
2
3
4
5
{
  flake.modules.nixos.indra = {
    hardware.facter.reportPath = ./facter.json;
  };
}