summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-09-23 15:44:56 -0700
committerBen Sima <ben@bsima.me>2019-09-23 15:44:56 -0700
commitee93e00b0bbd2ec737bd1e5a33e2916f23daa482 (patch)
treefe171711d7f73745181d2a10895dafce1837ef3b
parentbdda9a133bbb48be7a78e301340c4b1cd6d3d6ee (diff)
add direnv enverywhere
-rw-r--r--lib/common.nix2
-rw-r--r--lib/packages.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix
index 08d59db..d168d66 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -82,7 +82,7 @@ in
nutin-madaj = {
hostname = "159.89.128.69";
user = "root";
- identityFile = [ "${homedir}/.ssh/biz-deploy" ];
+ identityFile = [ "${homedir}/.ssh/id_rsa" ];
identitiesOnly = true;
};
hikuj-zupip = {
diff --git a/lib/packages.nix b/lib/packages.nix
index 3c20a80..b89f958 100644
--- a/lib/packages.nix
+++ b/lib/packages.nix
@@ -11,6 +11,7 @@ apvlv
cloc
cloc
dhall
+direnv
entr
expect
file