Move hardware configuration

This commit is contained in:
Curt Spark 2024-03-16 04:07:20 +00:00
parent 470ee9c26a
commit 5e7d195d62
3 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
{ {
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./../../hardware-configuration.nix ./hardware-configuration.nix
./../../modules/cspark-single-gpu-passthru/module.nix ./../../modules/cspark-single-gpu-passthru/module.nix
inputs.home-manager.nixosModules.default inputs.home-manager.nixosModules.default
]; ];