populated configuration
This commit is contained in:
5
system/hardware/kernel.nix
Normal file
5
system/hardware/kernel.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_stable;
|
||||
boot.consoleLogLevel = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user