From 16683be33e083dc89f5c9c04eea7b94af106f45e Mon Sep 17 00:00:00 2001 From: "Chinmay D. Pai" Date: Sun, 6 Oct 2024 00:01:43 +0530 Subject: [PATCH] fix: change disk blkid for bicboye Caused a mishap at the storage level. Reformatted the disk and restored the data. Signed-off-by: Chinmay D. Pai --- systems/x86_64-linux/bicboye/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/bicboye/hardware.nix b/systems/x86_64-linux/bicboye/hardware.nix index 6877139..150dddd 100644 --- a/systems/x86_64-linux/bicboye/hardware.nix +++ b/systems/x86_64-linux/bicboye/hardware.nix @@ -96,7 +96,7 @@ _: { }; "/storage/media" = { - device = "/dev/disk/by-uuid/f8aadf58-d561-476b-a2c5-64b266dc5755"; + device = "/dev/disk/by-uuid/8cf1e73e-39fe-4e5d-a2ec-652e51931f27"; fsType = "btrfs"; options = [ "defaults"