summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/heapster.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/monitoring/heapster.nix')
-rw-r--r--nixos/modules/services/monitoring/heapster.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/monitoring/heapster.nix b/nixos/modules/services/monitoring/heapster.nix
index 6da0831b4c5..585632943fd 100644
--- a/nixos/modules/services/monitoring/heapster.nix
+++ b/nixos/modules/services/monitoring/heapster.nix
@@ -49,8 +49,7 @@ in {
       };
     };
 
-    users.users = singleton {
-      name = "heapster";
+    users.users.heapsterrs = {
       uid = config.ids.uids.heapster;
       description = "Heapster user";
     };