l krops: shallow clone new remote
This commit is contained in:
parent
ef76fd70fe
commit
5e304ff70e
@ -11,8 +11,9 @@
|
|||||||
{
|
{
|
||||||
nixos-config.symlink = "stockholm/lass/1systems/${name}/physical.nix";
|
nixos-config.symlink = "stockholm/lass/1systems/${name}/physical.nix";
|
||||||
nixpkgs-unstable.git = {
|
nixpkgs-unstable.git = {
|
||||||
url = "https://github.com/nixos/nixpkgs-channels";
|
url = "https://github.com/nixos/nixpkgs";
|
||||||
ref = (lib.importJSON ../krebs/nixpkgs-unstable.json).rev;
|
ref = (lib.importJSON ../krebs/nixpkgs-unstable.json).rev;
|
||||||
|
shallow = true;
|
||||||
};
|
};
|
||||||
secrets = if test then {
|
secrets = if test then {
|
||||||
file = toString ./2configs/tests/dummy-secrets;
|
file = toString ./2configs/tests/dummy-secrets;
|
||||||
|
Loading…
Reference in New Issue
Block a user