From 8f4be65c52b1c31652efdf1f4b5b88a1ccf7f0bf Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Fri, 29 Dec 2023 00:00:49 -0500 Subject: [PATCH] Enable smartd for palatine-hill Signed-off-by: ahuston-0 --- systems/palatine-hill/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index a1efed3..4db5c88 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -47,6 +47,7 @@ }; openssh.ports = [ 666 ]; + smartd.enable = true; }; networking.firewall.enable = false;