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