about summary refs log tree commit diff stats
path: root/hosts/tiamat
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-11 12:46:17 +0200
committerSoispha <soispha@vhack.eu>2023-07-11 12:46:17 +0200
commitf4f2450dd4fa21724ab5a52c09037c703224420a (patch)
treeb8acee266f21c80515bdc1de4f73e9e4d94de2ad /hosts/tiamat
parentFix(flake/nixosConfigurations): Change formatting for the bootstrap scrs (diff)
downloadnixos-config-f4f2450dd4fa21724ab5a52c09037c703224420a.tar.gz
nixos-config-f4f2450dd4fa21724ab5a52c09037c703224420a.zip
Fix(hosts/tiamat): Update to new disk
Diffstat (limited to 'hosts/tiamat')
-rw-r--r--hosts/tiamat/hardware/default.nix2
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";