refactor: rename hostSpec to manifest and update references
This commit is contained in:
parent
2dd8d0f73d
commit
c49beb7c57
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
let
|
||||
inherit (cfg.lib) extractConfigurations;
|
||||
cfg = config.flake;
|
||||
hosts = cfg.hostSpec.hosts or { };
|
||||
hosts = cfg.manifest.hosts or { };
|
||||
in
|
||||
{
|
||||
flake.nixosConfigurations = extractConfigurations "nixos/" hosts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue