diff options
-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.nix | 6 |
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 ] |