Commit 93029c7dfdf8

Vincent Demeester <vincent@sbr.pm>
2018-12-10 07:18:56
wakasu: fix smartd devices
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent dc73422
Changed files (1)
machine
machine/wakasu.nix
@@ -25,7 +25,10 @@ with import ../assets/machines.nix; {
       HandleLidSwitchDocked=ignore
     '';
     syncthing-edge.guiAddress = "${wireguard.ips.wakasu}:8384";
-    smartd.enable = true;
+    smartd = {
+      enable = true;
+      devices = [ { device = "/dev/nvme0n1"; } ];
+    };
     wireguard = {
       enable = true;
       ips = [ "${wireguard.ips.wakasu}/24" ];