9 lines
177 B
Nix
9 lines
177 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
# Standard Linux Kernel (stabil)
|
|
# - Empfohlen für Server & alte Hardware
|
|
# - Nicht für Gaming optimiert
|
|
boot.kernelPackages = pkgs.linuxPackages;
|
|
}
|