Commit 0d985184c532

Vincent Demeester <vincent@sbr.pm>
2021-09-14 12:31:13
systems/aomi: enable smartd
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 0329238
Changed files (1)
systems
systems/hosts/aomi.nix
@@ -129,6 +129,10 @@ in
 
   services = {
     syncthing.guiAddress = "${ip}:8384";
+    smartd = {
+      enable = true;
+      devices = [{ device = "/dev/nvme0n1"; }];
+    };
     wireguard = {
       enable = true;
       ips = ips;