blacklist some stuff
This commit is contained in:
parent
16a3b77766
commit
5d515c04b3
1 changed files with 9 additions and 0 deletions
|
@ -70,6 +70,15 @@ in
|
||||||
"net.core.bpf_jit_harden" = 2;
|
"net.core.bpf_jit_harden" = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# blacklist some stuff
|
||||||
|
boot.blacklistedKernelModules = [
|
||||||
|
# hardening
|
||||||
|
"dccp"
|
||||||
|
"sctp"
|
||||||
|
"rds"
|
||||||
|
"tipc"
|
||||||
|
];
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue