do not lock kernel modules for now - debugging dock
This commit is contained in:
parent
a337d1a0a1
commit
e7aed34b2e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
nix.allowedUsers = [ "@users" ];
|
nix.allowedUsers = [ "@users" ];
|
||||||
security.lockKernelModules = true;
|
security.lockKernelModules = false;
|
||||||
security.protectKernelImage = true;
|
security.protectKernelImage = true;
|
||||||
security.forcePageTableIsolation = true;
|
security.forcePageTableIsolation = true;
|
||||||
security.virtualisation.flushL1DataCache = "always";
|
security.virtualisation.flushL1DataCache = "always";
|
||||||
|
|
Loading…
Reference in a new issue