fetchWallpaper: use genid_uint31

This commit is contained in:
lassulus 2018-12-03 09:46:09 +01:00
parent 176883b37d
commit dec7956b53

View File

@ -53,7 +53,7 @@ let
imp = { imp = {
users.users.fetchWallpaper = { users.users.fetchWallpaper = {
name = "fetchWallpaper"; name = "fetchWallpaper";
uid = genid "fetchWallpaper"; uid = genid_uint31 "fetchWallpaper";
description = "fetchWallpaper user"; description = "fetchWallpaper user";
home = cfg.stateDir; home = cfg.stateDir;
createHome = true; createHome = true;