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, 0 insertions, 12 deletions
diff --git a/nixos/modules/hardware.nix b/nixos/modules/hardware.nix
deleted file mode 100644
index d6bbd94..0000000
--- a/nixos/modules/hardware.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-with lib;
-
-{
-
- options = { };
-
- config = {
- };
-
-}