diff --git a/hosts/elara/hardware/default.nix b/hosts/elara/hardware/default.nix index c6f8bfb..b423660 100644 --- a/hosts/elara/hardware/default.nix +++ b/hosts/elara/hardware/default.nix @@ -8,12 +8,12 @@ services.tlp.settings.DISK_DEVICES = "sda"; - # By default, this host runs on an external SSD attached to eirene... - imports = [ ../../eirene/hardware ]; + # By default, this host runs on an external SSD attached to himalia... + imports = [ ../../himalia/hardware ]; # ...but it can also run attached to a SAS-provided laptop. specialisation.sas.configuration = { - disabledModules = [ ../../eirene/hardware ]; + disabledModules = [ ../../himalia/hardware ]; imports = [ ./sas ]; }; }