treewide: use attrs instead of list for types.loaOf options
This commit is contained in:
@@ -371,15 +371,14 @@ in
|
||||
in
|
||||
generators.toINI {} totalConfig;
|
||||
|
||||
users.users = singleton {
|
||||
name = "ceph";
|
||||
users.users.ceph = {
|
||||
uid = config.ids.uids.ceph;
|
||||
description = "Ceph daemon user";
|
||||
group = "ceph";
|
||||
extraGroups = [ "disk" ];
|
||||
};
|
||||
users.groups = singleton {
|
||||
name = "ceph";
|
||||
|
||||
users.groups.ceph = {
|
||||
gid = config.ids.gids.ceph;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user