Disable smart on hetzner cax
This commit is contained in:
parent
d7410bcb08
commit
ec35a52912
1 changed files with 2 additions and 0 deletions
|
@ -26,4 +26,6 @@
|
|||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
||||
# not supported
|
||||
services.smartd.enable = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue