diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-05-29 21:59:17 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-05-29 21:59:17 +0100 |
commit | 5111fcc4a49bcef1c336e03f5279d053bae3806c (patch) | |
tree | 9b4c4fb32baa690238a9d9965e5fc0690c0790d4 /nixos/modules/module-list.nix | |
parent | 3fa100e7539e25e60d4094d43cb69ae663742556 (diff) |
move various hardware configs around
Diffstat (limited to '')
-rw-r--r-- | nixos/modules/module-list.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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 ] |