diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-15 21:59:24 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-16 17:49:39 +0200 |
| commit | 0b4eaa6156f03814a1bf204a62f17d66a96e07b2 (patch) | |
| tree | f8b01ed24e690e01fb60838def8d6aa62ae3b7e7 /hosts/by-name/tiamat/hardware.nix | |
| parent | pkgs/sw: Support a nix specific swallow mode (diff) | |
| download | nixos-config-0b4eaa6156f03814a1bf204a62f17d66a96e07b2.zip | |
Otherwise, I would need to also re-deploy tiamat, which seems not like a
useful approach.
Diffstat (limited to '')
| -rw-r--r-- | hosts/by-name/tiamat/hardware.nix | 4 |
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"; |
