summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/vidhar/prometheus/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vidhar/prometheus/default.nix b/hosts/vidhar/prometheus/default.nix
index c0d41743..6bfa0b49 100644
--- a/hosts/vidhar/prometheus/default.nix
+++ b/hosts/vidhar/prometheus/default.nix
@@ -401,6 +401,7 @@ in {
401 ] ++ cfg.extraFlags)}"; 401 ] ++ cfg.extraFlags)}";
402 ReadWritePaths = ["/run/dbus/system_bus_socket"]; 402 ReadWritePaths = ["/run/dbus/system_bus_socket"];
403 BindReadOnlyPaths = ["/proc" "/sys"]; 403 BindReadOnlyPaths = ["/proc" "/sys"];
404 CapabilityBoundingSet = ["CAP_DAC_OVERRIDE"];
404 AmbientCapabilities = ["CAP_DAC_OVERRIDE"]; 405 AmbientCapabilities = ["CAP_DAC_OVERRIDE"];
405 }; 406 };
406 }; 407 };