idk
This commit is contained in:
@@ -11,6 +11,12 @@
|
||||
# firmwarePackage = pkgs.raspberrypifw;
|
||||
# };
|
||||
kernelPackages = pkgs.${namespace}.linuxPackages_rpi5-lts;
|
||||
initrd = {
|
||||
availableKernelModules = lib.mkForce [ ];
|
||||
kernelModules = {
|
||||
bcachefs = lib.mkForce false;
|
||||
};
|
||||
};
|
||||
supportedFilesystems = lib.mkForce [ ];
|
||||
};
|
||||
|
||||
|
||||
@@ -136,13 +136,6 @@
|
||||
|
||||
boot.supportedFilesystems = [ "bcachefs" ];
|
||||
fileSystems."/etc".neededForBoot = true;
|
||||
fileSystems."/data" = {
|
||||
device = "/dev/disk/by-uuid/a85420cc-a026-4100-80d2-a999081d792a";
|
||||
fsType = "bcachefs";
|
||||
options = [
|
||||
"nofail"
|
||||
];
|
||||
};
|
||||
|
||||
programs.seahorse.enable = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user