fix: Not passing nixos-hardware properly
This commit is contained in:
parent
44e0caeb93
commit
9d00ae718d
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
||||||
mkMachine = hostname: {
|
mkMachine = hostname: {
|
||||||
imports = [
|
imports = [
|
||||||
nixosModule
|
nixosModule
|
||||||
(import (./machines + "/${hostname}") nixos-hardware)
|
(import (./machines + "/${hostname}") { inherit nixos-hardware; })
|
||||||
];
|
];
|
||||||
home-manager.sharedModules = [{ jhome.hostName = hostname; }];
|
home-manager.sharedModules = [{ jhome.hostName = hostname; }];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue