diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-06 06:37:34 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-06 06:37:34 -0700 |
| commit | 19cf9d640d1e7c3cdab01ad362945a051721d9b1 (patch) | |
| tree | ef614d306967aefb1c170a9a6c4074c02611cbab /modules/hardware/default.nix | |
| parent | refactor intel related configuration (diff) | |
| download | infra-19cf9d640d1e7c3cdab01ad362945a051721d9b1.tar.gz | |
refactor configuration for AMD
Diffstat (limited to '')
| -rw-r--r-- | modules/hardware/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hardware/default.nix b/modules/hardware/default.nix index 62208c1..843c1f5 100644 --- a/modules/hardware/default.nix +++ b/modules/hardware/default.nix @@ -1,5 +1,5 @@ { ... }: { - imports = [ ./intel ./ssd ./sound ./networking ]; + imports = [ ./amd ./intel ./ssd ./sound ./networking ]; } |
