diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix index 7d9d9984cf2..3980ad3b5c0 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -304,6 +304,8 @@ nixbld = 30000; # start of range of uids nobody = 65534; + + kodi = 301; }; ids.gids = { @@ -575,6 +577,8 @@ users = 100; nixbld = 30000; nogroup = 65534; + + kodi = 301; }; };