Added mail configuration to flake, and made wheatley use the mainline kernel to see if that works later

This commit is contained in:
Lillian Violet 2024-01-11 22:37:59 +01:00
parent 2003f52a8f
commit fc36f347c8
4 changed files with 124 additions and 24 deletions

View file

@ -14,8 +14,6 @@
boot.loader.generic-extlinux-compatible.enable = true;
boot.loader.grub.enable = false;
boot.kernelPackages = pkgs.linuxPackages_5_15;
boot.extraModulePackages = [
(pkgs.callPackage ./rtl8189es.nix {
kernel = config.boot.kernelPackages.kernel;