mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 11:08:07 +02:00
Enable insecure kernel modules
This commit is contained in:
parent
1fc1e3f6d6
commit
dda85c0c25
@ -110,7 +110,10 @@
|
|||||||
_module.args.pkgs = lib.mkForce (
|
_module.args.pkgs = lib.mkForce (
|
||||||
import inputs.nixpkgs {
|
import inputs.nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = true;
|
config = {
|
||||||
|
allowUnfree = true;
|
||||||
|
allowInsecurePredicate = _: true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user