about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorParnell Springmeyer <ixmatus@users.noreply.github.com>2017-11-16 12:21:02 -0600
committerJörg Thalheim <Mic92@users.noreply.github.com>2017-11-16 18:21:02 +0000
commitcb11bf73a511819ee36c4bddb97573aacda0b161 (patch)
treef4256571834c529fb6fa204f3163a7b965302574 /nixos/release.nix
parent8bd10a17c6c811b423126af1d3dc37aa82a7c131 (diff)
downloadnixlib-cb11bf73a511819ee36c4bddb97573aacda0b161.tar
nixlib-cb11bf73a511819ee36c4bddb97573aacda0b161.tar.gz
nixlib-cb11bf73a511819ee36c4bddb97573aacda0b161.tar.bz2
nixlib-cb11bf73a511819ee36c4bddb97573aacda0b161.tar.lz
nixlib-cb11bf73a511819ee36c4bddb97573aacda0b161.tar.xz
nixlib-cb11bf73a511819ee36c4bddb97573aacda0b161.tar.zst
nixlib-cb11bf73a511819ee36c4bddb97573aacda0b161.zip
nixos/nghttpx: add module for the nghttpx proxy server (#31680)
* nghttpx: Add a new NixOS module for the nghttpx proxy server

This change also adds a global `uid` and `gid` for a `nghttpx` user
and group as well as an integration test.

* nixos/nghttpx: fix building manual
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 e02851ac45ae..367fdadd0f45 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -303,6 +303,7 @@ in rec {
   tests.nfs3 = callTest tests/nfs.nix { version = 3; };
   tests.nfs4 = callTest tests/nfs.nix { version = 4; };
   tests.nginx = callTest tests/nginx.nix { };
+  tests.nghttpx = callTest tests/nghttpx.nix { };
   tests.leaps = callTest tests/leaps.nix { };
   tests.nsd = callTest tests/nsd.nix {};
   tests.openssh = callTest tests/openssh.nix {};