treewide: use attrs instead of list for types.loaOf options
This commit is contained in:
@@ -899,13 +899,9 @@ in
|
||||
|
||||
environment.systemPackages = [ nsdPkg ];
|
||||
|
||||
users.groups = singleton {
|
||||
name = username;
|
||||
gid = config.ids.gids.nsd;
|
||||
};
|
||||
users.groups.${username}.gid = config.ids.gids.nsd;
|
||||
|
||||
users.users = singleton {
|
||||
name = username;
|
||||
users.users.${username} = {
|
||||
description = "NSD service user";
|
||||
home = stateDir;
|
||||
createHome = true;
|
||||
|
||||
Reference in New Issue
Block a user