From af865db668bf02528cfe13bb60f2d475a9a4ab1c Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 25 Nov 2023 21:48:49 +0100 Subject: [PATCH] hosts/TITAN: funi bcachefs uuid change --- hosts/TITAN/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/TITAN/hardware-configuration.nix b/hosts/TITAN/hardware-configuration.nix index 3c567be..7908aec 100644 --- a/hosts/TITAN/hardware-configuration.nix +++ b/hosts/TITAN/hardware-configuration.nix @@ -31,7 +31,7 @@ }; fileSystems."/srv/data" = { - device = "/dev/mapper/tank-freezer:/dev/disk/by-uuid/4cc28516-80dc-453e-9638-967476579553"; + device = "/dev/mapper/tank-freezer:/dev/disk/by-id/ata-S10C-512G-PHISON-SSD_FECA076C020806391670"; fsType = "bcachefs"; neededForBoot = true; };