Using wg-quick interfaces

The networking.wg-quick.interfaces option doesn’t provide the interfaces to the wg-quick cli. For example if I created a an interface called wg0, the command wg-quick up wg0 returns:

/etc/wireguard/wg0.conf' does not exist

Is there another way I’m supposed to access the interfaces besides the autostart option?

nixos-version: 24.05.20240321.20f77aa (Uakari)

I was able to figure out on my own, the interfaces are made available as systemd services so this works

systemctl start wg-quick-wg0.service