nixos/modules: users.(extraUsers|extraGroup->users|group)
This commit is contained in:
@@ -125,7 +125,7 @@ in
|
||||
message = "Only builtin backends (graphite, console, repeater) or backends enumerated in `pkgs.nodePackages` are allowed!";
|
||||
}) cfg.backends;
|
||||
|
||||
users.extraUsers = singleton {
|
||||
users.users = singleton {
|
||||
name = "statsd";
|
||||
uid = config.ids.uids.statsd;
|
||||
description = "Statsd daemon user";
|
||||
|
||||
Reference in New Issue
Block a user