Reinclude the hardware config.
This commit is contained in:
parent
1dd3af35f0
commit
ec7ce7f1d0
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ in {
|
|||
(choose [ ./modules/bootloader/seabios-assigned-iso-at-birth.nix ../bootloader/seabios-assigned-iso-at-birth.nix ])
|
||||
(choose [ ./modules/lix-default.nix ../lix-default.nix ])
|
||||
(choose [ ./modules/secrets-config/sops-build-machine.nix ../secrets-config/sops-build-machine.nix ])
|
||||
];
|
||||
## TODO: Make this more elegant and less risky for unexpected errors happening.
|
||||
] ++ lib.optional (builtins.pathExists ./hardware-configuration.nix) ./hardware-configuration.nix;
|
||||
|
||||
config = {
|
||||
# Local metadata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue