fetchWallpaper module: add group

This commit is contained in:
lassulus 2021-10-23 12:08:58 +02:00
parent c5bab88a9e
commit 1ea95b68f4

View File

@ -55,10 +55,12 @@ let
name = "fetchWallpaper"; name = "fetchWallpaper";
uid = genid_uint31 "fetchWallpaper"; uid = genid_uint31 "fetchWallpaper";
description = "fetchWallpaper user"; description = "fetchWallpaper user";
group = "fetchWallpaper";
home = cfg.stateDir; home = cfg.stateDir;
createHome = true; createHome = true;
isSystemUser = true; isSystemUser = true;
}; };
users.groups.fetchWallpaper = {};
systemd.timers.fetchWallpaper = { systemd.timers.fetchWallpaper = {
description = "fetch wallpaper timer"; description = "fetch wallpaper timer";