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; };