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