update hardware import so it works
This commit is contained in:
parent
a770cb7c54
commit
88107ecd41
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in
|
||||||
[
|
[
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
# Note we need to be in the /etc/nixos directory with this entire config repo for this relative path to work
|
# Note we need to be in the /etc/nixos directory with this entire config repo for this relative path to work
|
||||||
../${settings.hostname}/hardware-configuration.nix
|
(/${settings.systemsDir}/${settings.system.hostname}/hardware-configuration.nix)
|
||||||
# home manager import
|
# home manager import
|
||||||
(import "${home-manager}/nixos")
|
(import "${home-manager}/nixos")
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue