summaryrefslogtreecommitdiff
path: root/hosts/vidhar/prometheus/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/prometheus/default.nix')
-rw-r--r--hosts/vidhar/prometheus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/prometheus/default.nix b/hosts/vidhar/prometheus/default.nix
index df135b58..125fd568 100644
--- a/hosts/vidhar/prometheus/default.nix
+++ b/hosts/vidhar/prometheus/default.nix
@@ -64,7 +64,7 @@ in {
64 systemd = { 64 systemd = {
65 enable = true; 65 enable = true;
66 extraFlags = [ 66 extraFlags = [
67 "--systemd.collector.unit-include=(dhcpcd-.*|pppd-telekom|corerad|ndppd)\.service" 67 "--systemd.collector.unit-include=(dhcpcd|pppd-telekom|corerad|ndppd)\.service"
68 "--systemd.collector.enable-restart-count" 68 "--systemd.collector.enable-restart-count"
69 "--systemd.collector.enable-ip-accounting" 69 "--systemd.collector.enable-ip-accounting"
70 ]; 70 ];