spike: work around bcachefs bug

This commit is contained in:
Artemis Tosini 2023-11-26 08:01:26 +00:00
parent c4a3b2a52e
commit b01205f649
Signed by: artemist
GPG key ID: ADFFE553DCBB831E

View file

@ -1,9 +1,11 @@
{ lib, ... }: { lib, pkgs, ... }:
{ {
boot = { boot = {
kernelParams = [ "fbcon=rotate:1" ]; kernelParams = [ "fbcon=rotate:1" ];
kernelPackages = pkgs.linuxPackages_testing;
tmp.cleanOnBoot = true; tmp.cleanOnBoot = true;
initrd.systemd.enable = true;
}; };
swapDevices = lib.mkForce [{ swapDevices = lib.mkForce [{