summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/scheduling/atd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/scheduling/atd.nix')
-rw-r--r--nixos/modules/services/scheduling/atd.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/services/scheduling/atd.nix b/nixos/modules/services/scheduling/atd.nix
index 37f6651ec4cf..9bb0191ee469 100644
--- a/nixos/modules/services/scheduling/atd.nix
+++ b/nixos/modules/services/scheduling/atd.nix
@@ -58,7 +58,9 @@ in
security.pam.services.atd = {};
users.users.atd =
- { uid = config.ids.uids.atd;
+ {
+ uid = config.ids.uids.atd;
+ group = "atd";
description = "atd user";
home = "/var/empty";
};