Enable grafana if using eko

This commit is contained in:
2025-07-01 18:48:50 +03:00
parent d5b9a7f71b
commit f5de118b3d

View File

@@ -5,6 +5,8 @@
};
config = lib.mkIf config.eko.enable {
grafana.enable = true;
users.groups.eko = { };
users.users.eko = {
createHome = false;