summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorWael M. Nasreddine <wael.nasreddine@gmail.com>2021-05-28 16:28:38 -0700
committerWael M. Nasreddine <wael.nasreddine@gmail.com>2021-08-18 19:25:40 -0700
commit1f9e0192603f335e2bf29e7bb2a67acd5c4cb3c9 (patch)
treedd3e16cd16231e56acbd43f3756fa12c181ba6ca /nixos
parentc250cd8dd20a239f17ecefa5ae03d8c9f347f01f (diff)
config.hardware.onlykey: move the module into its own folder
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/hardware/onlykey/default.nix (renamed from nixos/modules/hardware/onlykey.nix)0
-rw-r--r--nixos/modules/hardware/onlykey/onlykey.udev (renamed from nixos/modules/hardware/onlykey.udev)0
-rw-r--r--nixos/modules/module-list.nix2
3 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/onlykey.nix b/nixos/modules/hardware/onlykey/default.nix
index 07358c8a8782..07358c8a8782 100644
--- a/nixos/modules/hardware/onlykey.nix
+++ b/nixos/modules/hardware/onlykey/default.nix
diff --git a/nixos/modules/hardware/onlykey.udev b/nixos/modules/hardware/onlykey/onlykey.udev
index 6583530e5684..6583530e5684 100644
--- a/nixos/modules/hardware/onlykey.udev
+++ b/nixos/modules/hardware/onlykey/onlykey.udev
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index f26977b12441..196eba87e13b 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -72,7 +72,7 @@
./hardware/tuxedo-keyboard.nix
./hardware/ubertooth.nix
./hardware/usb-wwan.nix
- ./hardware/onlykey.nix
+ ./hardware/onlykey/default.nix
./hardware/opentabletdriver.nix
./hardware/sata.nix
./hardware/wooting.nix