summaryrefslogtreecommitdiff
path: root/hosts/vidhar/prometheus/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-11-21 14:51:23 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-11-21 14:51:23 +0100
commit4c46e82769847177f6582447f027a56f9b555fd0 (patch)
treec797e1ecf691e8e05399d83ad3042c52ac08111e /hosts/vidhar/prometheus/default.nix
parent4341d2d9b0e5d57adf676bfad3d39cefdf7eca6f (diff)
downloadnixos-4c46e82769847177f6582447f027a56f9b555fd0.tar
nixos-4c46e82769847177f6582447f027a56f9b555fd0.tar.gz
nixos-4c46e82769847177f6582447f027a56f9b555fd0.tar.bz2
nixos-4c46e82769847177f6582447f027a56f9b555fd0.tar.xz
nixos-4c46e82769847177f6582447f027a56f9b555fd0.zip
...
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 ];