node_exporter gets its own uidgid

This commit is contained in:
2023-08-25 09:55:21 +03:00
parent 9740b42493
commit f87a712635
2 changed files with 17 additions and 0 deletions

View File

@@ -5,6 +5,11 @@ rec {
gitea = 995;
updaterbot-deployer = 501;
updaterbot-deployee = 502;
# the underscore differentiates "our" user from the
# "upstream" user. We need a way to configure the uidgid,
# so creating users explicitly.
node_exporter = 503;
};
ports = {