diff --git a/systems/aarch64-linux/pi5/default.nix b/systems/aarch64-linux/pi5/default.nix index e9fdd75..2c70d06 100644 --- a/systems/aarch64-linux/pi5/default.nix +++ b/systems/aarch64-linux/pi5/default.nix @@ -3,6 +3,7 @@ # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). { + lib, namespace, ... }: @@ -92,7 +93,12 @@ # # 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";