summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/misc/ids.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 3980ad3b5c02..7d9d9984cf28 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -304,8 +304,6 @@
 
       nixbld = 30000; # start of range of uids
       nobody = 65534;
-
-      kodi = 301;
     };
 
     ids.gids = {
@@ -577,8 +575,6 @@
       users = 100;
       nixbld = 30000;
       nogroup = 65534;
-
-      kodi = 301;
     };
 
   };