Make smartd not common due to systems with no disks

This commit is contained in:
Chris Dombroski 2024-04-26 12:54:06 -04:00
parent 1285c65914
commit b2c02339db
4 changed files with 2 additions and 3 deletions

View file

@ -4,7 +4,6 @@
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/common.nix
];
boot.loader.grub.enable = false;

View file

@ -8,7 +8,7 @@
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/common.nix
../../modules/smartd.nix
];
# Use the systemd-boot EFI boot loader.

View file

@ -8,7 +8,7 @@
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/common.nix
../../modules/smartd.nix
];
# Use the GRUB 2 boot loader.