summaryrefslogtreecommitdiff
path: root/hosts/common/hardware/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-26 06:08:41 -0500
committerseth <[email protected]>2023-01-26 06:08:41 -0500
commit08895833e51bdfd760f2b4915a3997c13fe65b13 (patch)
tree76e0ec29dea51c9a0aa0502cf8e87eadc71dd3ec /hosts/common/hardware/default.nix
parent43bf016d0fb5b3b2db796fdc37abf243f1223df1 (diff)
more refactoring
Diffstat (limited to 'hosts/common/hardware/default.nix')
-rw-r--r--hosts/common/hardware/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/common/hardware/default.nix b/hosts/common/hardware/default.nix
index e7e6350..4d54961 100644
--- a/hosts/common/hardware/default.nix
+++ b/hosts/common/hardware/default.nix
@@ -1,6 +1,5 @@
_: {
imports = [
./nvidia.nix
- ./zfs.nix
];
}