From b2c02339db238b64c21f57cd51e895792349362d Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Fri, 26 Apr 2024 12:54:06 -0400 Subject: [PATCH] Make smartd not common due to systems with no disks --- modules/{common => }/smartd.nix | 0 systems/orangepihole/configuration.nix | 1 - systems/smolboi/configuration.nix | 2 +- systems/zeus/configuration.nix | 2 +- 4 files changed, 2 insertions(+), 3 deletions(-) rename modules/{common => }/smartd.nix (100%) diff --git a/modules/common/smartd.nix b/modules/smartd.nix similarity index 100% rename from modules/common/smartd.nix rename to modules/smartd.nix diff --git a/systems/orangepihole/configuration.nix b/systems/orangepihole/configuration.nix index cbab4e5..570583d 100644 --- a/systems/orangepihole/configuration.nix +++ b/systems/orangepihole/configuration.nix @@ -4,7 +4,6 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ../../modules/common.nix ]; boot.loader.grub.enable = false; diff --git a/systems/smolboi/configuration.nix b/systems/smolboi/configuration.nix index d066486..bb807f5 100644 --- a/systems/smolboi/configuration.nix +++ b/systems/smolboi/configuration.nix @@ -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. diff --git a/systems/zeus/configuration.nix b/systems/zeus/configuration.nix index 802d071..2aeccc8 100644 --- a/systems/zeus/configuration.nix +++ b/systems/zeus/configuration.nix @@ -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.