This commit is contained in:
mjallen18
2025-12-15 14:59:29 -06:00
parent f803c37105
commit fa0210e937

View File

@@ -3,6 +3,7 @@
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`). # https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ {
lib,
namespace, namespace,
... ...
}: }:
@@ -92,7 +93,12 @@
# # FileSystems # # # # FileSystems # #
# ################################################### # ###################################################
<<<<<<< HEAD
boot.supportedFilesystems = [ "bcachefs" ]; boot.supportedFilesystems = [ "bcachefs" ];
=======
boot.supportedFilesystems = lib.mkForce [ "bcachefs" ];
>>>>>>> edbb7bb (pi stuff)
fileSystems."/data" = { fileSystems."/data" = {
device = "/dev/disk/by-uuid/a85420cc-a026-4100-80d2-a999081d792a"; device = "/dev/disk/by-uuid/a85420cc-a026-4100-80d2-a999081d792a";
fsType = "bcachefs"; fsType = "bcachefs";