From 279ca5738aadd09d1c6d3fc44ea60f81b3aac3c4 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Sat, 14 Oct 2017 14:41:13 +0800 Subject: [PATCH] Revert "nixos: kodi user" This reverts commit 1faa5b6b360ae4d6aac3718dc7b9b3a81be6073e. --- nixos/modules/misc/ids.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix index 3980ad3b5c0..7d9d9984cf2 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; }; };