From 2c415eb2bedaaf77c96178116480e472d3802842 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 5 Jul 2022 18:27:48 +0200 Subject: [PATCH] hosts/TITAN: use disk UUID for bcachefs cache drive --- 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 cf92dbc..3c567be 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/sdb"; + device = "/dev/mapper/tank-freezer:/dev/disk/by-uuid/4cc28516-80dc-453e-9638-967476579553"; fsType = "bcachefs"; neededForBoot = true; };