Nix configurations for my homelab
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use LTS Linux Kernel

When I made this switch, I was getting some kernel null pointer
dereference errors in dmesg.
Switching back to LTS since this machine no longer has an Intel ARC
card in it, so this doesn't matter as much anymore

yemou 11fda8b5 b44e0a5e

+1 -1
+1 -1
lutea/hardware.nix
··· 31 31 }; 32 32 }; 33 33 kernelModules = [ "kvm-intel" ]; 34 - kernelPackages = pkgs.linuxPackages_latest; 34 + # kernelPackages = pkgs.linuxPackages_latest; 35 35 kernelPatches = [ ]; 36 36 loader = { 37 37 efi.canTouchEfiVariables = true;