From 17c72ef75f64628f57667a7fd032e42510d2beea Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Mon, 10 Feb 2020 17:55:46 +0100 Subject: [PATCH] nixos/heapster: fix username Broken in 1d61efb7f177f7b70c467ab4940fde0a3481d4dc. --- nixos/modules/services/monitoring/heapster.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/monitoring/heapster.nix b/nixos/modules/services/monitoring/heapster.nix index 585632943fd..0a9dfa12eaa 100644 --- a/nixos/modules/services/monitoring/heapster.nix +++ b/nixos/modules/services/monitoring/heapster.nix @@ -49,7 +49,7 @@ in { }; }; - users.users.heapsterrs = { + users.users.heapster = { uid = config.ids.uids.heapster; description = "Heapster user"; };