From 6700f581205e2a5eb79580710260e528afc2cc76 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Fri, 13 Sep 2024 18:23:43 -0700 Subject: [PATCH] fix engi disk uuid --- provision/hosts/torus/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision/hosts/torus/hardware.nix b/provision/hosts/torus/hardware.nix index b4a11835..2d80997d 100644 --- a/provision/hosts/torus/hardware.nix +++ b/provision/hosts/torus/hardware.nix @@ -20,7 +20,7 @@ }; fileSystems."/engi" = - { device = "/dev/disk/by-uuid/89227565-1b54-41ec-adef-cd4ddd8565c5"; + { device = "/dev/disk/by-uuid/535012d6-71c2-40e3-85a5-71bb2e971ad0"; fsType = "btrfs"; };