How to disable IPv6 for all interfaces?

Can you not do it within grub?

GRUB_CMDLINE_LINUX_DEFAULT=“ipv6.disable=1”

I’d say try it manually on next startup, see if it sticks before writing it into boot.

I guess the big question though, is: why would you want to?