aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/hardware.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-12-08 09:19:10 +0100
committerKarel Kočí <cynerd@email.cz>2022-12-08 09:19:10 +0100
commita49e6748560b02f1c30e8740b25fe04cf21588b9 (patch)
tree4fa14aa56c2c58bde1963e023cb14e8e8881ab6d /nixos/modules/hardware.nix
parent60b9444ad06eafbe22e00e6dd9c04fb0c9e53993 (diff)
downloadnixos-personal-a49e6748560b02f1c30e8740b25fe04cf21588b9.tar.gz
nixos-personal-a49e6748560b02f1c30e8740b25fe04cf21588b9.tar.bz2
nixos-personal-a49e6748560b02f1c30e8740b25fe04cf21588b9.zip
nixos: remove unused hardware.nix
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 = {
- };
-
-}