l: get secrets from pass
This commit is contained in:
parent
bf9d3272d1
commit
2a441c59ad
@ -12,9 +12,12 @@ in
|
|||||||
url = https://github.com/nixos/nixpkgs;
|
url = https://github.com/nixos/nixpkgs;
|
||||||
ref = "cb751f9";
|
ref = "cb751f9";
|
||||||
};
|
};
|
||||||
secrets.file = getAttr builder {
|
secrets = getAttr builder {
|
||||||
buildbot = toString <stockholm/lass/2configs/tests/dummy-secrets>;
|
buildbot.file = toString <stockholm/lass/2configs/tests/dummy-secrets>;
|
||||||
lass = "/home/lass/secrets/${name}";
|
lass.pass = {
|
||||||
|
dir = "${getEnv "HOME"}/.password-store";
|
||||||
|
name = "hosts/${name}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
stockholm.file = toString <stockholm>;
|
stockholm.file = toString <stockholm>;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user