diff options
author | lassulus <lassulus@lassul.us> | 2021-10-23 12:08:58 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-10-23 12:08:58 +0200 |
commit | 1ea95b68f4cfeb85f4539a87797b120fca19e9d4 (patch) | |
tree | c6ddbdd2b80e5d5411e956953b4d2d329dfb1ed8 /krebs | |
parent | c5bab88a9e2b9a30ea148e5938a2110f44f18a5e (diff) |
fetchWallpaper module: add group
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/fetchWallpaper.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/3modules/fetchWallpaper.nix b/krebs/3modules/fetchWallpaper.nix index 852c8f630..dc0133a63 100644 --- a/krebs/3modules/fetchWallpaper.nix +++ b/krebs/3modules/fetchWallpaper.nix @@ -55,10 +55,12 @@ let name = "fetchWallpaper"; uid = genid_uint31 "fetchWallpaper"; description = "fetchWallpaper user"; + group = "fetchWallpaper"; home = cfg.stateDir; createHome = true; isSystemUser = true; }; + users.groups.fetchWallpaper = {}; systemd.timers.fetchWallpaper = { description = "fetch wallpaper timer"; |