1
0
Fork 0

ildkule: fix system activation by disabling smartd

This commit is contained in:
Daniel Lovbrotte Olsen 2024-09-03 13:07:58 +02:00
parent 8418cc016c
commit 4ed12573ff
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
]; ];
# No devices with SMART
services.smartd.enable = false;
system.stateVersion = "23.11"; # Did you read the comment? system.stateVersion = "23.11"; # Did you read the comment?
} }