Dear Maintainer,
I've just tried doas for the first time. The package description led
me to believe it would work as a simple sudo replacement out of the box.
However:
```
doas: doas is not enabled, /etc/doas.conf: No such file or directory
```
Please ship a default configuration that is suitable for a good out
of the box behaviour on Debian in the Debian package. ie. permit
the sudo group to use doas.
I guess something like this would do (but I'm not familiar with
the config file syntax and options):
```
permit persist :sudo
```
(Also this file should ofcourse be marked as a conffile to preserve
modifications, which debhelper should do automatically for you. However
you might want to test extra carefully the case of first introducing the
file so that noones manually created config gets overwritten when you
introduce a default one.)
Regards,
Andreas Henriksson