summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/misc/ids.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 7d9d9984cf28..3980ad3b5c02 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;
     };
 
   };