update lockfile
This commit is contained in:
parent
8adc4a80c1
commit
4b40e34532
18 changed files with 179 additions and 288 deletions
|
|
@ -15,14 +15,14 @@
|
|||
hardware.i2c.enable = true;
|
||||
|
||||
boot = {
|
||||
kernelPatches = lib.singleton {
|
||||
name = "ebpf-config";
|
||||
patch = null;
|
||||
structuredExtraConfig = with lib.kernel; {
|
||||
BPF_KPROBE_OVERRIDE = yes;
|
||||
FUNCTION_ERROR_INJECTION = yes;
|
||||
};
|
||||
};
|
||||
# kernelPatches = lib.singleton {
|
||||
# name = "ebpf-config";
|
||||
# patch = null;
|
||||
# structuredExtraConfig = with lib.kernel; {
|
||||
# BPF_KPROBE_OVERRIDE = yes;
|
||||
# FUNCTION_ERROR_INJECTION = yes;
|
||||
# };
|
||||
# };
|
||||
# using lts for now
|
||||
# kernelPackages = pkgs.linuxPackages_latest;
|
||||
initrd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue