Add disk health check

This commit is contained in:
Yan Lin 2025-09-07 12:54:38 +02:00
parent 95b92c232e
commit d2bc0a522e
6 changed files with 413 additions and 5 deletions

View file

@ -6,6 +6,7 @@
../../../modules/podman.nix
../../../modules/traefik.nix
../../../modules/samba.nix
../../../modules/disk-health.nix
];
# GRUB bootloader with ZFS support
@ -208,11 +209,6 @@
];
};
# Enable smartd for disk health monitoring
services.smartd = {
enable = true;
autodetect = true;
};
# Allow unfree packages globally
nixpkgs.config.allowUnfree = true;