This commit is contained in:
mjallen18
2025-12-15 15:06:54 -06:00
parent fa0210e937
commit 4c784f5f33

View File

@@ -93,12 +93,7 @@
# # FileSystems # #
# ###################################################
<<<<<<< HEAD
boot.supportedFilesystems = [ "bcachefs" ];
=======
boot.supportedFilesystems = lib.mkForce [ "bcachefs" ];
>>>>>>> edbb7bb (pi stuff)
fileSystems."/data" = {
device = "/dev/disk/by-uuid/a85420cc-a026-4100-80d2-a999081d792a";
fsType = "bcachefs";