kernel: update to linux 6.12
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
a56408403c
commit
54539758ad
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in {
|
||||||
kernel = mkOption {
|
kernel = mkOption {
|
||||||
default =
|
default =
|
||||||
if config.custom.full
|
if config.custom.full
|
||||||
then pkgs.linuxPackages_6_11
|
then pkgs.linuxPackages_6_12
|
||||||
else pkgs.linuxPackages;
|
else pkgs.linuxPackages;
|
||||||
};
|
};
|
||||||
systemd-boot = mkOption {default = config.custom.minimal;};
|
systemd-boot = mkOption {default = config.custom.minimal;};
|
||||||
|
|
Loading…
Add table
Reference in a new issue