Enable smartctl prometheus exporter for picard

This commit is contained in:
Andrea Ciceri 2024-08-07 15:31:20 +02:00
parent fc1e93f731
commit a03283d0d2
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -49,7 +49,7 @@ in {
nginx = mkFor ["sisko"] { nginx = mkFor ["sisko"] {
enable = true; enable = true;
}; };
smartctl = mkFor ["sisko"] { smartctl = mkFor ["sisko" "picard"] {
enable = true; enable = true;
}; };
}; };