this repo has no description
1
fork

Configure Feed

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

wallsocket: use latest Linux kernel

+2
+2
hosts/wallsocket/hardware.nix
··· 1 1 { 2 2 delib, 3 3 lib, 4 + pkgs, 4 5 ... 5 6 }: let 6 7 platform = "x86_64-linux"; ··· 24 25 boot.initrd.kernelModules = []; 25 26 boot.kernelModules = ["kvm-amd"]; 26 27 boot.extraModulePackages = []; 28 + boot.kernelPackages = pkgs.linuxPackages_latest; 27 29 28 30 # Bootloader 29 31 boot.loader.systemd-boot.enable = true;