add bcachefs support
This commit is contained in:
parent
a124a33224
commit
7e918eb368
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
|
supportedFilesystems = ["bcachefs"];
|
||||||
|
kernelPackages = pkgs.linuxPackages_latest; # TODO: remove when default kernel hits 6.7
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
|
|
Loading…
Reference in a new issue