aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/by-name/tiamat/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/by-name/tiamat/hardware.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/by-name/tiamat/hardware.nix b/hosts/by-name/tiamat/hardware.nix
index 2b18a662..f2a5cec6 100644
--- a/hosts/by-name/tiamat/hardware.nix
+++ b/hosts/by-name/tiamat/hardware.nix
@@ -10,6 +10,7 @@
{modulesPath, ...}: {
imports = [
(modulesPath + "/installer/scan/not-detected.nix") # TODO: is this necessary?
+ ./legacy-disk-module/module.nix
];
soispha = {
@@ -20,7 +21,8 @@
enableFlashing = true;
};
};
-
+ };
+ legacy.soispha = {
disks = {
enable = true;
disk = "/dev/disk/by-id/nvme-CT1000P5SSD8_21032C857568";