Merge pull request #79747 from mmilata/fix-mangled-usernames

nixos: fix bunch of mangled usernames
This commit is contained in:
Michele Guerini Rocco 2020-02-10 18:21:31 +01:00 committed by GitHub
commit 019b637fb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ in {
};
};
users.users.heapsterrs = {
users.users.heapster = {
uid = config.ids.uids.heapster;
description = "Heapster user";
};

View file

@ -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";
};

View file

@ -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";