re-enable smartd

This commit is contained in:
Joseph Hanson 2024-09-07 06:51:09 -05:00
parent eb5aaede5d
commit 4bc5176a5c
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -26,6 +26,4 @@
networking.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
# not supported
services.smartd.enable = false;
}