From ffab1e32266027388296870e5cc7e6d13b39b0f0 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sun, 15 Oct 2023 14:43:57 -0600 Subject: [PATCH] smartools setup on both systems smart --- server/configuration.org | 2 ++ workstation/configuration.org | 2 ++ 2 files changed, 4 insertions(+) diff --git a/server/configuration.org b/server/configuration.org index 61d22aa..29c5f61 100644 --- a/server/configuration.org +++ b/server/configuration.org @@ -385,6 +385,7 @@ du-dust # rusty du trash-cli # oop! didn't meant to delete that unstable.eza # like ls but with colors rmlint # probably my favourite app, amazing dupe finder that integrates well with BTRFS +smartmontools # check hard drie health #+end_src ** MY SCRIPTS @@ -853,6 +854,7 @@ services = { nssmdns = true; }; fstrim.enable = true; + smartd.enable = true; btrfs.autoScrub = { enable = true; fileSystems = [ diff --git a/workstation/configuration.org b/workstation/configuration.org index a4b5330..bc91446 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -1017,6 +1017,7 @@ services = { nssmdns = true; }; psd.enable = true; + smartd.enable = true; fstrim.enable = true; btrfs.autoScrub = { enable = true; @@ -1036,6 +1037,7 @@ services = { settings = { PasswordAuthentication = false; KbdInteractiveAuthentication = false; + GatewayPorts = true; }; }; };