summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-11-05 16:21:09 +0100
committermakefu <github@syntax-fehler.de>2015-11-05 16:21:09 +0100
commit12597b1febb0bc47cf98529a12e5fc6af1d8f5a4 (patch)
tree9f4f831980f3499ab8e6ee6fc44955ffcfdd5220 /krebs
parent77e36a7a196e378881150b01c370c35625f08946 (diff)
k 5 krebspaste: resolve TODO, retiolum is always secure
Diffstat (limited to 'krebs')
-rw-r--r--krebs/5pkgs/krebspaste/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/krebs/5pkgs/krebspaste/default.nix b/krebs/5pkgs/krebspaste/default.nix
index 13920ad0..fb318af8 100644
--- a/krebs/5pkgs/krebspaste/default.nix
+++ b/krebs/5pkgs/krebspaste/default.nix
@@ -1,9 +1,7 @@
{ writeScriptBin, pkgs }:
-# TODO: add krebs CA to toolchain, remove --insecure
# TODO: use `wrapProgram --add-flags` instead?
-
writeScriptBin "krebspaste" ''
#! /bin/sh
- exec ${pkgs.bepasty-client-cli}/bin/bepasty-cli --insecure --url http://paste.retiolum "$@"
+ exec ${pkgs.bepasty-client-cli}/bin/bepasty-cli --url http://paste.retiolum "$@"
''