l 2: mkForce NIX_PATH to /var/src

This commit is contained in:
lassulus 2016-08-05 00:00:43 +02:00
parent ececc8718d
commit 25ab30726a

View File

@ -44,6 +44,11 @@ with config.krebs.lib;
};
};
}
{
environment.variables = {
NIX_PATH = mkForce "secrets=/var/src/stockholm/null:/var/src";
};
}
];
networking.hostName = config.krebs.build.host.name;