summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lass/krops.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/lass/krops.nix b/lass/krops.nix
index da5933df..cb6bbe84 100644
--- a/lass/krops.nix
+++ b/lass/krops.nix
@@ -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 {