From 079da8cdcd8efb525bc8ece8217bf1f667d1e39b Mon Sep 17 00:00:00 2001 From: Forkk Date: Thu, 16 Apr 2015 13:15:59 -0500 Subject: plex: init at 0.9.11.16.958 Added a package and module for Plex Media Server, an application for managing media collections across multiple devices. --- 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 fcbac4c7f543..ef180be9718d 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -218,6 +218,7 @@ i2p = 190; lambdabot = 191; asterisk = 192; + plex = 193; # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399! @@ -413,6 +414,7 @@ i2p = 190; lambdabot = 191; #asterisk = 192; # unused + plex = 193; # 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