mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
Use latest compatibel kernel
This commit is contained in:
parent
9677ec9ce3
commit
20855e7add
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
boot.supportedFilesystems = [ "ntfs" "btrfs" "zfs" ];
|
boot.supportedFilesystems = [ "ntfs" "btrfs" "zfs" ];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue