From 929b5935c218c00fd72c71c31a54d8c53736c670 Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Fri, 30 Jan 2026 20:41:58 +0100 Subject: [PATCH] add smartmontools to monitor disk --- hosts/physiques/cephiroth/ceph.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/physiques/cephiroth/ceph.nix b/hosts/physiques/cephiroth/ceph.nix index 123fa03..11792ec 100644 --- a/hosts/physiques/cephiroth/ceph.nix +++ b/hosts/physiques/cephiroth/ceph.nix @@ -55,5 +55,5 @@ }; }; - environment.systemPackages = [ pkgs.ceph ]; + environment.systemPackages = [ pkgs.ceph pkgs.smartmontools ]; }