diff --git a/systems/aarch64-linux/pi5/default.nix b/systems/aarch64-linux/pi5/default.nix index 89ee8ee..e9fdd75 100644 --- a/systems/aarch64-linux/pi5/default.nix +++ b/systems/aarch64-linux/pi5/default.nix @@ -92,8 +92,9 @@ # # FileSystems # # # ################################################### + boot.supportedFilesystems = [ "bcachefs" ]; fileSystems."/data" = { - device = "/dev/disk/bu-uuid/a85420cc-a026-4100-80d2-a999081d792a"; + device = "/dev/disk/by-uuid/a85420cc-a026-4100-80d2-a999081d792a"; fsType = "bcachefs"; options = [ "nofail"