treewide: use attrs instead of list for types.loaOf options

This commit is contained in:
rnhmjoj
2020-01-06 10:39:18 -05:00
committed by worldofpeace
parent 6bd13ccd8e
commit 1d61efb7f1
153 changed files with 811 additions and 1006 deletions
+3 -7
View File
@@ -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)";