1
1
Fork 0

kernel: update to linux 6.12

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-12-06 19:44:34 -06:00
parent a56408403c
commit 54539758ad
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -16,7 +16,7 @@ in {
kernel = mkOption {
default =
if config.custom.full
then pkgs.linuxPackages_6_11
then pkgs.linuxPackages_6_12
else pkgs.linuxPackages;
};
systemd-boot = mkOption {default = config.custom.minimal;};