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;
|
||||
ref = "cb751f9";
|
||||
};
|
||||
secrets.file = getAttr builder {
|
||||
buildbot = toString <stockholm/lass/2configs/tests/dummy-secrets>;
|
||||
lass = "/home/lass/secrets/${name}";
|
||||
secrets = getAttr builder {
|
||||
buildbot.file = toString <stockholm/lass/2configs/tests/dummy-secrets>;
|
||||
lass.pass = {
|
||||
dir = "${getEnv "HOME"}/.password-store";
|
||||
name = "hosts/${name}";
|
||||
};
|
||||
};
|
||||
stockholm.file = toString <stockholm>;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user