skrott: use stable kernel

This commit is contained in:
h7x4
2026-01-09 06:00:15 +09:00
parent b4a43128fb
commit ea5850c18b

View File

@@ -1,4 +1,4 @@
{ lib, fp, ... }: {
{ pkgs, lib, fp, ... }: {
imports = [
# ./hardware-configuration.nix
@@ -9,6 +9,7 @@
consoleLogLevel = 0;
enableContainers = false;
loader.grub.enable = false;
kernelPackages = pkgs.linuxPackages;
};
# Now turn off a bunch of stuff lol