treewide: use attrs instead of list for types.loaOf options
This commit is contained in:
@@ -57,17 +57,13 @@ in
|
||||
|
||||
security.pam.services.atd = {};
|
||||
|
||||
users.users = singleton
|
||||
{ name = "atd";
|
||||
uid = config.ids.uids.atd;
|
||||
users.users.atd =
|
||||
{ uid = config.ids.uids.atd;
|
||||
description = "atd user";
|
||||
home = "/var/empty";
|
||||
};
|
||||
|
||||
users.groups = singleton
|
||||
{ name = "atd";
|
||||
gid = config.ids.gids.atd;
|
||||
};
|
||||
users.groups.atd.gid = config.ids.gids.atd;
|
||||
|
||||
systemd.services.atd = {
|
||||
description = "Job Execution Daemon (atd)";
|
||||
|
||||
Reference in New Issue
Block a user