add smartmontools to monitor disk

cephiroth-v3
Lzebulon 2026-01-30 20:41:58 +01:00
parent 44b299d15f
commit 929b5935c2
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 1 additions and 1 deletions

View File

@ -55,5 +55,5 @@
}; };
}; };
environment.systemPackages = [ pkgs.ceph ]; environment.systemPackages = [ pkgs.ceph pkgs.smartmontools ];
} }