summaryrefslogtreecommitdiff
path: root/hosts/common/hardware/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/hardware/default.nix')
-rw-r--r--hosts/common/hardware/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/common/hardware/default.nix b/hosts/common/hardware/default.nix
new file mode 100644
index 0000000..e7e6350
--- /dev/null
+++ b/hosts/common/hardware/default.nix
@@ -0,0 +1,6 @@
+_: {
+ imports = [
+ ./nvidia.nix
+ ./zfs.nix
+ ];
+}