nixos/grafana: add grafana user to group 'grafana'

This commit is contained in:
WilliButz 2019-07-15 15:46:08 +02:00
parent 6e03fdd341
commit a9ce5f6c59
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2

View File

@ -552,6 +552,8 @@ in {
description = "Grafana user";
home = cfg.dataDir;
createHome = true;
group = "grafana";
};
users.groups.grafana = {};
};
}