Disable kernel modules locking
This commit is contained in:
parent
3e2f087125
commit
3a262a418c
@ -23,14 +23,6 @@ in {
|
|||||||
time.timeZone = "UTC";
|
time.timeZone = "UTC";
|
||||||
|
|
||||||
boot.kernelPackages = unstable.linuxPackages_latest;
|
boot.kernelPackages = unstable.linuxPackages_latest;
|
||||||
boot.kernelModules = [
|
|
||||||
"pl2303"
|
|
||||||
"fuse"
|
|
||||||
"veth" "usbnet" "mii" "cdc_ether"
|
|
||||||
"ipt_REJECT" "xt_CHECKSUM" "iptable_mangle"
|
|
||||||
"snd_usb_audio"
|
|
||||||
"thunderbolt" "intel_wmi_thunderbolt"
|
|
||||||
];
|
|
||||||
boot.blacklistedKernelModules = [ "nouveau" ];
|
boot.blacklistedKernelModules = [ "nouveau" ];
|
||||||
boot.earlyVconsoleSetup = true;
|
boot.earlyVconsoleSetup = true;
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ let
|
|||||||
in {
|
in {
|
||||||
security.allowUserNamespaces = true;
|
security.allowUserNamespaces = true;
|
||||||
security.allowSimultaneousMultithreading = true;
|
security.allowSimultaneousMultithreading = true;
|
||||||
|
security.lockKernelModules = false;
|
||||||
|
|
||||||
programs.ssh.startAgent = false;
|
programs.ssh.startAgent = false;
|
||||||
programs.gnupg = {
|
programs.gnupg = {
|
||||||
|
Loading…
Reference in New Issue
Block a user