From 164a672129dca889c6b94e0aaee2e446f5e5c48a Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Thu, 31 Dec 2020 13:42:49 -0700 Subject: [PATCH] hosts: add unstableModulesPath --- hosts/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/default.nix b/hosts/default.nix index eae99408..3d0eb7e9 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -18,6 +18,11 @@ let lib.nixosSystem { inherit system; + specialArgs = + { + unstableModulesPath = "${master}/nixos/modules"; + }; + modules = let core = self.nixosModules.profiles.core;