diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/prometheus.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/prometheus.nix b/hosts/vidhar/prometheus.nix index 12f73269..98ef76b6 100644 --- a/hosts/vidhar/prometheus.nix +++ b/hosts/vidhar/prometheus.nix | |||
@@ -21,7 +21,7 @@ in { | |||
21 | node.enable = true; | 21 | node.enable = true; |
22 | smartctl = { | 22 | smartctl = { |
23 | enable = true; | 23 | enable = true; |
24 | devices = map (dev: "/dev/${dev}") [ | 24 | devices = map (dev: "/dev/disk/by-path/${dev}") [ |
25 | "pci-0000:00:1f.2-ata-1" | 25 | "pci-0000:00:1f.2-ata-1" |
26 | "pci-0000:00:1f.2-ata-3" | 26 | "pci-0000:00:1f.2-ata-3" |
27 | "pci-0000:00:1f.2-ata-4" | 27 | "pci-0000:00:1f.2-ata-4" |