8 lines
141 B
Nix
8 lines
141 B
Nix
{ pkgs, ... }:
|
|
{
|
|
boot = {
|
|
kernelPackages = pkgs.linuxPackages_latest;
|
|
lanzaboote.enable = true;
|
|
plymouth.enable = true;
|
|
};
|
|
}
|