hosts: use shadows
This commit is contained in:
parent
8938d311a5
commit
f84eb995cd
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ let
|
||||||
specialArgs = config.lib.summon name lib.id;
|
specialArgs = config.lib.summon name lib.id;
|
||||||
modules = [
|
modules = [
|
||||||
host.nixos
|
host.nixos
|
||||||
(withSystem host.system ({ pkgs, ... }: {
|
(withSystem host.system ({ config, pkgs, ... }: {
|
||||||
nixpkgs = { inherit pkgs; };
|
nixpkgs.pkgs = pkgs // config.shadows;
|
||||||
}))
|
}))
|
||||||
] ++ config.cluster.config.out.injectNixosConfig name;
|
] ++ config.cluster.config.out.injectNixosConfig name;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue