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;
|
||||
modules = [
|
||||
host.nixos
|
||||
(withSystem host.system ({ pkgs, ... }: {
|
||||
nixpkgs = { inherit pkgs; };
|
||||
(withSystem host.system ({ config, pkgs, ... }: {
|
||||
nixpkgs.pkgs = pkgs // config.shadows;
|
||||
}))
|
||||
] ++ config.cluster.config.out.injectNixosConfig name;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue