Update elara host

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-05-26 11:58:33 +01:00
parent 19285a264f
commit 2cbbc0f768

View File

@@ -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 ];
};
}