From 049e02089f7b87a81e7e1e510f19a5b3b6f88f25 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 12 Dec 2020 16:15:43 +0100 Subject: [PATCH] Set NIX_PATH to krops sources --- modules/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/default.nix b/modules/default.nix index 2661111..e22176d 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -71,6 +71,9 @@ system.stateVersion = "20.03"; nix = { + nixPath = [ + "/var/src" # pinned nixpkgs and configuration + ]; # Make sudoers trusted nix users trustedUsers = [ "@wheel" ];