Disable smart on hetzner cax

This commit is contained in:
Joseph Hanson 2024-08-04 06:43:38 -05:00
parent d7410bcb08
commit ec35a52912
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

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