aboutsummaryrefslogtreecommitdiff
path: root/modules/services/kbfs.nix
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2017-11-28 16:17:55 -0800
committerRobert Helgesson <robert@rycee.net>2017-11-29 23:35:50 +0100
commit11da41e106483f253e16661bf4a6f34b044c31ed (patch)
treee5ea3b6c70aa10198b6529c861bcd81fb273e581 /modules/services/kbfs.nix
parent7a5b9152e97b74e51fff0e5e3545bef1c59d6504 (diff)
kbfs: add binaries to user profile
Add the binaries produced by 'pkgs.kbfs' to the profile, so that the git-remote-keybase helper can work automatically with 'keybase://' remotes.
Diffstat (limited to 'modules/services/kbfs.nix')
-rw-r--r--modules/services/kbfs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/services/kbfs.nix b/modules/services/kbfs.nix
index c19917327dc..15d24596077 100644
--- a/modules/services/kbfs.nix
+++ b/modules/services/kbfs.nix
@@ -61,6 +61,7 @@ in
};
};
+ home.packages = [ pkgs.kbfs ];
services.keybase.enable = true;
};
}