summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorMartin Milata <martin@martinmilata.cz>2020-02-10 17:55:46 +0100
committerMartin Milata <martin@martinmilata.cz>2020-02-10 17:55:46 +0100
commit17c72ef75f64628f57667a7fd032e42510d2beea (patch)
treee0dca26debc51e3ff838399fee261232d17b8fc2 /nixos/modules
parent60fadaa7932c49ca7a815e38c2a0d7de372b2883 (diff)
nixos/heapster: fix username
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/monitoring/heapster.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/heapster.nix b/nixos/modules/services/monitoring/heapster.nix
index 585632943fdc..0a9dfa12eaa5 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";
};