Add bcachefs support to install ISO
This commit is contained in:
parent
5b08d092c7
commit
32ad2da056
|
@ -142,6 +142,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
|
||||
boot.supportedFilesystems = ["bcachefs"];
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
system.stateVersion = "unstable";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue