From 829730d38f19c203ad6c9e052964a9b65ae43a2b Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Fri, 13 Oct 2017 10:34:27 +0800 Subject: [PATCH] nixos user: reserve kodi --- nixos/modules/misc/ids.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix index d9ca4a35e27..7d9d9984cf2 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -298,6 +298,7 @@ minio = 280; kanboard = 281; pykms = 282; + kodi = 283; # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399! @@ -565,6 +566,7 @@ minio = 280; kanboard = 281; pykms = 282; + kodi = 283; # When adding a gid, make sure it doesn't match an existing # uid. Users and groups with the same name should have equal