diff options
| -rw-r--r-- | jeschli/krops.nix | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/jeschli/krops.nix b/jeschli/krops.nix index f3964a5..30b06c1 100644 --- a/jeschli/krops.nix +++ b/jeschli/krops.nix @@ -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 {  | 
