From 0b4eaa6156f03814a1bf204a62f17d66a96e07b2 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 15 Jul 2026 21:59:24 +0200 Subject: hosts/tiamat: Vendor the legacy disk module Otherwise, I would need to also re-deploy tiamat, which seems not like a useful approach. --- hosts/by-name/tiamat/hardware.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/by-name/tiamat/hardware.nix') 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"; -- cgit v1.3.1