Skip to content

Commit

Permalink
alloy: fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
hyshka committed Nov 27, 2024
1 parent a5ed80e commit cb746b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hosts/tiny1/services/grafana.nix
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ in {
"adm"
"systemd-journal"
];
# Fix permission issue: https://github.com/grafana/alloy/issues/990
systemd.services.alloy.serviceConfig.User = "root";
environment.etc = {
"alloy/config.alloy" = {
# Alloy config:
Expand Down

0 comments on commit cb746b1

Please sign in to comment.