summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorJulien Langlois <langlois.jf@gmail.com>2018-05-01 02:36:36 -0700
committerJörg Thalheim <Mic92@users.noreply.github.com>2018-05-01 10:36:36 +0100
commit519b64592d5bd89c0975b44120b88ec2684d8352 (patch)
treefb5a56c1067939a1857291a2fecdfebad0c8d5b1 /nixos/release.nix
parent164b580b361bccd9ee2df8e7f610814db1af8e49 (diff)
downloadnixlib-519b64592d5bd89c0975b44120b88ec2684d8352.tar
nixlib-519b64592d5bd89c0975b44120b88ec2684d8352.tar.gz
nixlib-519b64592d5bd89c0975b44120b88ec2684d8352.tar.bz2
nixlib-519b64592d5bd89c0975b44120b88ec2684d8352.tar.lz
nixlib-519b64592d5bd89c0975b44120b88ec2684d8352.tar.xz
nixlib-519b64592d5bd89c0975b44120b88ec2684d8352.tar.zst
nixlib-519b64592d5bd89c0975b44120b88ec2684d8352.zip
hitch: init at 1.4.8 + service + test (#39358)
Add the Hitch TLS reverse proxy as an option for TLS termination.
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 4ad947f11d10..5b6640f1d3cc 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -297,6 +297,7 @@ in rec {
   tests.graphite = callTest tests/graphite.nix {};
   tests.hardened = callTest tests/hardened.nix { };
   tests.hibernate = callTest tests/hibernate.nix {};
+  tests.hitch = callTest tests/hitch {};
   tests.home-assistant = callTest tests/home-assistant.nix { };
   tests.hound = callTest tests/hound.nix {};
   tests.hocker-fetchdocker = callTest tests/hocker-fetchdocker {};