diff options
author | makefu <github@syntax-fehler.de> | 2021-12-04 18:33:43 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-12-04 18:33:43 +0100 |
commit | c22610c8e695cf9f8b48a1fa9040f57187064e77 (patch) | |
tree | de64a5cea287197a71dea4681d46c08919132dd7 /krebs/3modules/realwallpaper.nix | |
parent | 33d13bff84c85ad9f22300598a0c4115e3361f7f (diff) | |
parent | 70be7f119b25f1913be9a219f5dad0b179405b4e (diff) |
Merge remote-tracking branch 'lass/21.11' into 21.11
Diffstat (limited to 'krebs/3modules/realwallpaper.nix')
-rw-r--r-- | krebs/3modules/realwallpaper.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/krebs/3modules/realwallpaper.nix b/krebs/3modules/realwallpaper.nix index 1fa6012cf..167afed2c 100644 --- a/krebs/3modules/realwallpaper.nix +++ b/krebs/3modules/realwallpaper.nix @@ -59,10 +59,13 @@ let users.extraUsers.realwallpaper = { uid = genid "realwallpaper"; + group = "realwallpaper"; home = cfg.workingDir; createHome = true; isSystemUser = true; }; + + users.groups.realwallpaper = {}; }; in |