nixos/core: use 6.11 kernel
This commit is contained in:
parent
27c4a0ad87
commit
841e642e7f
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
# kernel
|
# kernel
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
# FIXME: current cosmic-greeter (2024-12-02) fails to start with kernel 6.12
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_6_11;
|
||||||
|
|
||||||
# Enable networking
|
# Enable networking
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue