hosts: add unstableModulesPath
This commit is contained in:
parent
6d96a5888f
commit
164a672129
|
@ -18,6 +18,11 @@ let
|
||||||
lib.nixosSystem {
|
lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
||||||
|
specialArgs =
|
||||||
|
{
|
||||||
|
unstableModulesPath = "${master}/nixos/modules";
|
||||||
|
};
|
||||||
|
|
||||||
modules =
|
modules =
|
||||||
let
|
let
|
||||||
core = self.nixosModules.profiles.core;
|
core = self.nixosModules.profiles.core;
|
||||||
|
|
Loading…
Reference in a new issue