From c5ade4fdd6c414c6726e1ac152a1c80327b5e796 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 1 Dec 2021 18:27:04 +0100 Subject: realwallpaper: add group --- krebs/3modules/realwallpaper.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/krebs/3modules/realwallpaper.nix b/krebs/3modules/realwallpaper.nix index 1fa6012c..167afed2 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 -- cgit v1.2.3