fix: Not passing nixos-hardware properly

This commit is contained in:
Jalil David Salamé Messina 2024-01-16 23:04:22 +01:00
parent 44e0caeb93
commit 9d00ae718d
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -127,7 +127,7 @@
mkMachine = hostname: {
imports = [
nixosModule
(import (./machines + "/${hostname}") nixos-hardware)
(import (./machines + "/${hostname}") { inherit nixos-hardware; })
];
home-manager.sharedModules = [{ jhome.hostName = hostname; }];
};