l krops: add nixpkgs-unstable

This commit is contained in:
lassulus 2020-01-11 21:03:08 +01:00
parent 1774a149f9
commit 4ffb0073ff
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
(krebs-source { test = test; })
{
nixos-config.symlink = "stockholm/lass/1systems/${name}/physical.nix";
nixpkgs-unstable.git = {
url = "https://github.com/nixos/nixpkgs-channels";
ref = (lib.importJSON ../krebs/nixpkgs-unstable.json).rev;
};
secrets = if test then {
file = toString ./2configs/tests/dummy-secrets;
} else {