diff options
author | Soispha <soispha@vhack.eu> | 2023-07-11 12:46:17 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-11 12:46:17 +0200 |
commit | f4f2450dd4fa21724ab5a52c09037c703224420a (patch) | |
tree | b8acee266f21c80515bdc1de4f73e9e4d94de2ad /hosts | |
parent | Fix(flake/nixosConfigurations): Change formatting for the bootstrap scrs (diff) | |
download | nixos-config-f4f2450dd4fa21724ab5a52c09037c703224420a.tar.gz nixos-config-f4f2450dd4fa21724ab5a52c09037c703224420a.zip |
Fix(hosts/tiamat): Update to new disk
Diffstat (limited to 'hosts')
-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"; |