summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/vidhar/prometheus.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/prometheus.nix b/hosts/vidhar/prometheus.nix
index 7cbb36d4..12f73269 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 = [ 24 devices = map (dev: "/dev/${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"