From 295846a2545c91567a21f375c181aa5c51da42e2 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Wed, 17 Jun 2015 19:10:23 -0700 Subject: nixos/nix-serve: Run as a separate user and add a signing key parameter --- 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 d283a633734a..ce935915abf6 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -220,6 +220,7 @@ grafana = 196; skydns = 197; ripple-rest = 198; + nix-serve = 199; # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399! @@ -418,6 +419,7 @@ #grafana = 196; #unused #skydns = 197; #unused #ripple-rest = 198; #unused + #nix-serve = 199; #unused # 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