l: get secrets from pass

This commit is contained in:
lassulus 2017-12-18 01:05:30 +01:00
parent bf9d3272d1
commit 2a441c59ad

View File

@ -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>;
} }