aboutsummaryrefslogtreecommitdiff
path: root/infra/hosts/indra/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/hosts/indra/hardware.nix')
-rw-r--r--infra/hosts/indra/hardware.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/infra/hosts/indra/hardware.nix b/infra/hosts/indra/hardware.nix
new file mode 100644
index 0000000..4f2bd15
--- /dev/null
+++ b/infra/hosts/indra/hardware.nix
@@ -0,0 +1,5 @@
+{
+ flake.modules.nixos.indra = {
+ hardware.facter.reportPath = ./facter.json;
+ };
+}