Merge pull request #79747 from mmilata/fix-mangled-usernames
nixos: fix bunch of mangled usernames
This commit is contained in:
commit
019b637fb1
3 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
users.users.heapsterrs = {
|
||||
users.users.heapster = {
|
||||
uid = config.ids.uids.heapster;
|
||||
description = "Heapster user";
|
||||
};
|
||||
|
|
|
@ -125,7 +125,7 @@ in
|
|||
message = "Only builtin backends (graphite, console, repeater) or backends enumerated in `pkgs.nodePackages` are allowed!";
|
||||
}) cfg.backends;
|
||||
|
||||
users.use.statsdrs = {
|
||||
users.users.statsd = {
|
||||
uid = config.ids.uids.statsd;
|
||||
description = "Statsd daemon user";
|
||||
};
|
||||
|
|
|
@ -45,7 +45,7 @@ in
|
|||
|
||||
environment.systemPackages = [ pkgs.pythonPackages.limnoria ];
|
||||
|
||||
users.users.supybotrs = {
|
||||
users.users.supybot = {
|
||||
uid = config.ids.uids.supybot;
|
||||
group = "supybot";
|
||||
description = "Supybot IRC bot user";
|
||||
|
|
Loading…
Reference in a new issue