as the title says, while Debian 12 Wireguard works fine with nesting=1
steps to reproduce:
apt update && apt upgrade -y
apt install wireguard
nano /etc/wireguard/wg0.conf
systemctl enable --now wg-quick@wg0
on Debian 13 with nesting=1 the systemctl command will hang, sometimes will work if started manually but will fail to start on boot. disabling nesting solves the issue but Debian 12 had no such limitation
steps to reproduce:
apt update && apt upgrade -y
apt install wireguard
nano /etc/wireguard/wg0.conf
systemctl enable --now wg-quick@wg0
on Debian 13 with nesting=1 the systemctl command will hang, sometimes will work if started manually but will fail to start on boot. disabling nesting solves the issue but Debian 12 had no such limitation