Updated permission to allow grafana to touch eko's sqlite db, might need

to disable more hardening later
This commit is contained in:
2025-08-03 18:58:49 +03:00
parent 2ad095a2f9
commit 5cd317c960

View File

@@ -25,6 +25,10 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7P9K9D5RkBk+JCRRS6AtHuTAc6cRpXfRfRMg/Kyren"
];
# Allow grafana access to the sqlite db
users.users.eko.group = "grafana";
systemd.services.eko.serviceConfig.StateDirectoryMode = "0750";
# Make sure acme module is active for the "kyren.codes" ssl cert
acme.enable = true;