Skip to content

Commit 54ef36c

Browse files
committed
modules/boot: lock kernel modules
1 parent 299f8aa commit 54ef36c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/boot.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@
99
console.enable = false;
1010

1111
boot.kernelPackages = pkgs.linuxPackages_latest;
12+
13+
security.lockKernelModules = true;
1214
}

0 commit comments

Comments
 (0)