j krops: add unstable channel

This commit is contained in:
jeschli 2019-06-30 17:34:59 +02:00
parent 1cfc265bbf
commit 828e8bcf46

View file

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