mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
nixos/grafana: add grafana user to group 'grafana'
This commit is contained in:
parent
6e03fdd341
commit
a9ce5f6c59
@ -552,6 +552,8 @@ in {
|
||||
description = "Grafana user";
|
||||
home = cfg.dataDir;
|
||||
createHome = true;
|
||||
group = "grafana";
|
||||
};
|
||||
users.groups.grafana = {};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user