How to isable Suspend on Debian 10 Buster

I’d like to disable Suspend on Debian 10 Buster, I did follow the steps found in https://wiki.debian.org/Suspend#Kernel_testing_facility

ran the command

sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target

also did update sleep.config to

[Sleep]
AllowSuspend=no
AllowHibernation=no
AllowSuspendThenHibernate=no
AllowHybridSleep=no

rebooted the device and after 30 of inactivity it still goes to sleep.

any help is much appreciated

ooh btw am running on “zero_debian_buster_xfce4_arm64_20211028_1030-mbr.img.gz”

thanks and regards
Hilal Al Harthi