diff options
-rw-r--r-- | hosts/tiamat/hardware/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tiamat/hardware/default.nix b/hosts/tiamat/hardware/default.nix index be81253d..2133ca8a 100644 --- a/hosts/tiamat/hardware/default.nix +++ b/hosts/tiamat/hardware/default.nix @@ -8,7 +8,7 @@ nixpkgs.hostPlatform = "x86_64-linux"; soispha.disks = { - disk = "/dev/disk/by-uuid/4211a4ff-f2e9-41ed-83ca-712830fd0254"; # TODO + disk = "/dev/disk/by-id/nvme-CT1000P5SSD8_21032C857568"; ssd = true; swap = { uuid = "4211a4ff-f2e9-41ed-83ca-712830fd0254"; |