summaryrefslogtreecommitdiff
path: root/nixos/modules
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-05-29 21:59:17 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-05-29 21:59:17 +0100
commit5111fcc4a49bcef1c336e03f5279d053bae3806c (patch)
tree9b4c4fb32baa690238a9d9965e5fc0690c0790d4 /nixos/modules
parent3fa100e7539e25e60d4094d43cb69ae663742556 (diff)
move various hardware configs around
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/hardware/keyboard.nix (renamed from nixos/modules/keyboard.nix)0
-rw-r--r--nixos/modules/hardware/linode.nix (renamed from nixos/modules/linode.nix)0
-rw-r--r--nixos/modules/hardware/yubikey.nix (renamed from nixos/modules/yubikey.nix)0
-rw-r--r--nixos/modules/module-list.nix6
4 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/keyboard.nix b/nixos/modules/hardware/keyboard.nix
index 69ab14a..69ab14a 100644
--- a/nixos/modules/keyboard.nix
+++ b/nixos/modules/hardware/keyboard.nix
diff --git a/nixos/modules/linode.nix b/nixos/modules/hardware/linode.nix
index d70c929..d70c929 100644
--- a/nixos/modules/linode.nix
+++ b/nixos/modules/hardware/linode.nix
diff --git a/nixos/modules/yubikey.nix b/nixos/modules/hardware/yubikey.nix
index 0c16807..0c16807 100644
--- a/nixos/modules/yubikey.nix
+++ b/nixos/modules/hardware/yubikey.nix
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index e8f27d8..2ae236d 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -1,6 +1,7 @@
[
- ./keyboard.nix
- ./linode.nix
+ ./hardware/keyboard.nix
+ ./hardware/linode.nix
+ ./hardware/yubikey.nix
./overlays.nix
./programs/dwm.nix
./services/catbus-bridge-snapcast.nix
@@ -11,5 +12,4 @@
./services/ssh.nix
./services/upmpdcli.nix
./users/eth.nix
- ./yubikey.nix
]