spike: work around bcachefs bug
This commit is contained in:
parent
c4a3b2a52e
commit
b01205f649
|
@ -1,9 +1,11 @@
|
|||
{ lib, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot = {
|
||||
kernelParams = [ "fbcon=rotate:1" ];
|
||||
kernelPackages = pkgs.linuxPackages_testing;
|
||||
tmp.cleanOnBoot = true;
|
||||
initrd.systemd.enable = true;
|
||||
};
|
||||
|
||||
swapDevices = lib.mkForce [{
|
||||
|
|
Loading…
Reference in a new issue