This commit is contained in:
2025-12-31 15:03:16 +02:00
parent c93c93a810
commit fa32ae5510
69 changed files with 1093 additions and 659 deletions
+3 -3
View File
@@ -66,7 +66,7 @@
# Userspace
# restrict usage of ptrace
"kernel.yama.ptrace_scope" = 2;
# "kernel.yama.ptrace_scope" = 2; # breaks anti-cheat
# ASLR memory protection (64-bit systems)
"vm.mmap_rnd_bits" = 32;
@@ -94,8 +94,8 @@
"net.core.default_qdisc" = "cake";
};
boot.kernelParams = [
"systemd.unified_cgroup_hierarchy=1"
"cgroup_no_v1=all"
# "systemd.unified_cgroup_hierarchy=1"
# "cgroup_no_v1=all"
"amd_iommu=force_isolation"
"debugfs=off"
"efi=disable_early_pci_dma"