summary refs log tree commit diff
path: root/modules/services/monitoring/systemhealth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/monitoring/systemhealth.nix')
-rw-r--r--modules/services/monitoring/systemhealth.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/services/monitoring/systemhealth.nix b/modules/services/monitoring/systemhealth.nix
index 71389be5b2f0..0a3e666ad4e7 100644
--- a/modules/services/monitoring/systemhealth.nix
+++ b/modules/services/monitoring/systemhealth.nix
@@ -86,8 +86,8 @@ in
         [paths]
         rrdtool = ${pkgs.rrdtool}/bin/rrdtool
         loadavg_rrd = loadavg
-        ps = /var/run/current-system/sw/bin/ps
-        df = /var/run/current-system/sw/bin/df
+        ps = /run/current-system/sw/bin/ps
+        df = /run/current-system/sw/bin/df
         meminfo_rrd = meminfo
         uptime_rrd = uptime
         rrd_path = ${rrdDir}