diff options
author | jeschli <jeschli@gmail.com> | 2018-01-05 20:53:19 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-01-05 20:53:19 +0100 |
commit | ea85e788ae2a6ca24ccb997372542f7f2a104080 (patch) | |
tree | 7e76adbefb82afa238c5eb3d13ec36e6d2f6610e /lass/source.nix | |
parent | 1deb002e1908cfa6d2f40b602953bd3e30c7f73e (diff) | |
parent | 07e5ece6f65952f1b88d5c2cea9da4a9137b7567 (diff) |
Merge branch 'staging/jeschli' of prism.r:stockholm
Diffstat (limited to 'lass/source.nix')
-rw-r--r-- | lass/source.nix | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lass/source.nix b/lass/source.nix index 710bfdf2d..bf992d4d2 100644 --- a/lass/source.nix +++ b/lass/source.nix @@ -10,11 +10,14 @@ in nixos-config.symlink = "stockholm/lass/1systems/${name}/config.nix"; nixpkgs.git = { url = https://github.com/nixos/nixpkgs; - ref = "cb751f9"; + ref = "af7e479"; }; - 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>; } |