Disable kptr_restrict in fox
Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
parent
40529fbdcb
commit
479ca1b671
@ -25,6 +25,9 @@
|
||||
# Disable NUMA balancing
|
||||
boot.kernel.sysctl."kernel.numa_balancing" = 0;
|
||||
|
||||
# Expose kernel addresses
|
||||
boot.kernel.sysctl."kernel.kptr_restrict" = 0;
|
||||
|
||||
services.openssh.settings.X11Forwarding = true;
|
||||
|
||||
networking = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user