I went to change the DHCP address for sys-net (based on debian) into a static address, but was unable to find the network config:
root@sys-net:/etc/network# cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source /etc/network/interfaces.d/*
root@sys-net:/etc/network# ls /etc/network/interfaces.d/
root@sys-net:/etc/network#
whereas i was expecting to find something like:
# The primary network interface
auto eth0
iface eth0 inet dhcp
Is there some service for a dhcp client that would need to be disabled via the qubes settings in the “services” tab?