Move hardware configuration
This commit is contained in:
parent
470ee9c26a
commit
5e7d195d62
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
desktop = nixpkgs.lib.nixosSystem {
|
desktop = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
modules = [
|
modules = [
|
||||||
./global.nix
|
./global.nix
|
||||||
./configurations/desktop/configuration.nix
|
./configurations/desktop/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue