aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware.nix')
-rw-r--r--nixos/modules/hardware.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/nixos/modules/hardware.nix b/nixos/modules/hardware.nix
new file mode 100644
index 0000000..d6bbd94
--- /dev/null
+++ b/nixos/modules/hardware.nix
@@ -0,0 +1,12 @@
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+{
+
+ options = { };
+
+ config = {
+ };
+
+}