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