Initial template repo
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Standard Linux Kernel (stabil)
|
||||
# - Empfohlen für Server & alte Hardware
|
||||
# - Nicht für Gaming optimiert
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
}
|
||||
Reference in New Issue
Block a user