mtworx: btrfs

main
Motiejus Jakštys 2024-03-13 13:28:35 +00:00
parent 7e93688025
commit 8059da9db6
1 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@ in {
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelModules = ["kvm-intel"];
supportedFilesystems = ["bcachefs"];
loader.systemd-boot.enable = true;
initrd = {
availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid"];
@ -39,7 +38,7 @@ in {
fileSystems = {
"/" = {
device = "/dev/mapper/luksroot";
fsType = "bcachefs";
fsType = "btrfs";
};
"/boot" = {
device = "${nvme}-part1";