From 4ca27d8e2b4c503fc79f67b3c2985738299d4061 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Sat, 15 Feb 2020 10:46:07 +0100 Subject: [PATCH] feat: add smartd --- common/base-hardware.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/base-hardware.nix b/common/base-hardware.nix index 80290ea..2542cba 100644 --- a/common/base-hardware.nix +++ b/common/base-hardware.nix @@ -12,6 +12,9 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + services.smartd.enable = true; + services.smartd.notifications.x11.enable = true; + # Bluetooth hardware.bluetooth.enable = true; hardware.bluetooth.config = {