From b13b9489ad23ab245e1d4a4f6cca8d97fab62a42 Mon Sep 17 00:00:00 2001 From: Rodney Lorrimar Date: Sun, 29 Nov 2015 21:28:29 +0000 Subject: pump.io service: init Pump.io runs its web server as a standalone service listening on 443. It's also possible to put the service behind a HTTP reverse proxy. --- nixos/modules/misc/ids.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/misc') diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix index 2b40120641a0..6ff95605d4b2 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -237,6 +237,7 @@ calibre-server = 213; heapster = 214; bepasty = 215; + pumpio = 216; # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399! @@ -451,6 +452,7 @@ xtreemfs = 212; calibre-server = 213; bepasty = 215; + pumpio = 216; # When adding a gid, make sure it doesn't match an existing # uid. Users and groups with the same name should have equal -- cgit 1.4.1