nixos/heapster: fix username

Broken in 1d61efb7f1.
This commit is contained in:
Martin Milata 2020-02-10 17:55:46 +01:00
parent 60fadaa793
commit 17c72ef75f

View File

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