I think I somehow forgot bcachefs support for EDI
This commit is contained in:
parent
36efb47bf4
commit
c57d206aab
|
@ -39,6 +39,8 @@
|
||||||
networking.hostName = "EDI";
|
networking.hostName = "EDI";
|
||||||
|
|
||||||
boot.bootspec.enable = true;
|
boot.bootspec.enable = true;
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
boot.supportedFilesystems = ["bcachefs"];
|
||||||
boot = {
|
boot = {
|
||||||
loader.systemd-boot.enable = lib.mkForce false;
|
loader.systemd-boot.enable = lib.mkForce false;
|
||||||
lanzaboote = {
|
lanzaboote = {
|
||||||
|
|
Loading…
Reference in a new issue