File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ proxmox-boot-tool refresh
8787# Kernel hardening
8888curl -s https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/modprobe.d/server-blacklist.conf | tee /etc/modprobe.d/server-blacklist.conf > /dev/null
8989curl -s https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/sysctl.d/99-server.conf | tee /etc/sysctl.d/99-server.conf > /dev/null
90- sysctl -p
90+ sysctl -p /etc/sysctl.d
9191
9292# Rebuild initramfs
9393update-initramfs -u
@@ -112,4 +112,4 @@ curl -s https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/refs/hea
112112tuned-adm profile virtual-host
113113
114114# Enable fstrim.timer
115- systemctl enable --now fstrim.timer
115+ systemctl enable --now fstrim.timer
You can’t perform that action at this time.
0 commit comments