6 lines
99 B
Nix
6 lines
99 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
boot.kernelPackages = pkgs.linuxPackages;
|
|
boot.consoleLogLevel = 3;
|
|
}
|