From eb5aaede5d12bd862c6e92738687027e61464e68 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 7 Sep 2024 06:45:39 -0500 Subject: [PATCH] add nvme-cli and smartmontools to all systems --- nixos/profiles/global.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/profiles/global.nix b/nixos/profiles/global.nix index b34502c..377029e 100644 --- a/nixos/profiles/global.nix +++ b/nixos/profiles/global.nix @@ -36,6 +36,8 @@ with lib; dnsutils jq yq + nvme-cli + smartmontools ]; networking.useDHCP = lib.mkDefault true;