summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-09-30 17:23:07 +0200
committerAlan Pearce2019-09-30 17:23:07 +0200
commit5016c7440ad771fd990e1aa142fc4de0bdc382bd (patch)
tree01c51c8520b92ed1291efdda8ad6986062f5fc9a
parentf8bc3637e4e363449d8849a6361da55b0dff7662 (diff)
downloadnixos-configuration-5016c7440ad771fd990e1aa142fc4de0bdc382bd.tar.xz
nixos-configuration-5016c7440ad771fd990e1aa142fc4de0bdc382bd.zip
satoshipay: disable fzf in kubectx master
-rw-r--r--modules/satoshipay.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/satoshipay.nix b/modules/satoshipay.nix index 986cc2c..4b64874 100644 --- a/modules/satoshipay.nix +++ b/modules/satoshipay.nix
@@ -24,6 +24,9 @@
24 24
25 nixpkgs.config.allowUnfree = true; 25 nixpkgs.config.allowUnfree = true;
26 26
27 environment.variables = {
28 KUBECTX_IGNORE_FZF = "1";
29 };
27 environment.systemPackages = with pkgs; [ 30 environment.systemPackages = with pkgs; [
28 caddy 31 caddy
29 openssl 32 openssl