From 1faa5b6b360ae4d6aac3718dc7b9b3a81be6073e Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Mon, 31 Jul 2017 21:26:06 +0800 Subject: nixos: kodi user --- nixos/modules/misc/ids.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos') 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; }; }; -- cgit 1.4.1